Struct IInjectedInputKeyboardInfo_Vtbl
#[repr(C)]pub struct IInjectedInputKeyboardInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub KeyOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut InjectedInputKeyOptions) -> HRESULT,
pub SetKeyOptions: unsafe extern "system" fn(_: *mut c_void, _: InjectedInputKeyOptions) -> HRESULT,
pub ScanCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub SetScanCode: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub VirtualKey: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub SetVirtualKey: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§KeyOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut InjectedInputKeyOptions) -> HRESULT
§SetKeyOptions: unsafe extern "system" fn(_: *mut c_void, _: InjectedInputKeyOptions) -> HRESULT
§ScanCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§SetScanCode: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§VirtualKey: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§SetVirtualKey: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
Auto Trait Implementations§
impl Freeze for IInjectedInputKeyboardInfo_Vtbl
impl RefUnwindSafe for IInjectedInputKeyboardInfo_Vtbl
impl Send for IInjectedInputKeyboardInfo_Vtbl
impl Sync for IInjectedInputKeyboardInfo_Vtbl
impl Unpin for IInjectedInputKeyboardInfo_Vtbl
impl UnwindSafe for IInjectedInputKeyboardInfo_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more