Struct windows::UI::Input::IKeyboardDeliveryInterceptor_Vtbl
#[repr(C)]pub struct IKeyboardDeliveryInterceptor_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsInterceptionEnabledWhenInForeground: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsInterceptionEnabledWhenInForeground: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub KeyDown: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveKeyDown: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub KeyUp: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveKeyUp: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsInterceptionEnabledWhenInForeground: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsInterceptionEnabledWhenInForeground: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§KeyDown: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveKeyDown: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§KeyUp: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveKeyUp: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IKeyboardDeliveryInterceptor_Vtbl
impl RefUnwindSafe for IKeyboardDeliveryInterceptor_Vtbl
impl Send for IKeyboardDeliveryInterceptor_Vtbl
impl Sync for IKeyboardDeliveryInterceptor_Vtbl
impl Unpin for IKeyboardDeliveryInterceptor_Vtbl
impl UnwindSafe for IKeyboardDeliveryInterceptor_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