Struct IKeyEventArgs_Vtbl
#[repr(C)]pub struct IKeyEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub VirtualKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT,
pub KeyStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut CorePhysicalKeyStatus) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§VirtualKey: unsafe extern "system" fn(_: *mut c_void, _: *mut VirtualKey) -> HRESULT
§KeyStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut CorePhysicalKeyStatus) -> HRESULT
Auto Trait Implementations§
impl Freeze for IKeyEventArgs_Vtbl
impl RefUnwindSafe for IKeyEventArgs_Vtbl
impl Send for IKeyEventArgs_Vtbl
impl Sync for IKeyEventArgs_Vtbl
impl Unpin for IKeyEventArgs_Vtbl
impl UnwindSafe for IKeyEventArgs_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