Struct windows::UI::Core::ICoreInputSourceBase_Vtbl
#[repr(C)]pub struct ICoreInputSourceBase_Vtbl {
pub base__: IInspectable_Vtbl,
pub Dispatcher: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsInputEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsInputEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub InputEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveInputEnabled: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Dispatcher: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsInputEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsInputEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§InputEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveInputEnabled: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Implementations§
§impl ICoreInputSourceBase_Vtbl
impl ICoreInputSourceBase_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreInputSourceBase_Vtblwhere
Identity: ICoreInputSourceBase_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreInputSourceBase_Vtbl
impl RefUnwindSafe for ICoreInputSourceBase_Vtbl
impl Send for ICoreInputSourceBase_Vtbl
impl Sync for ICoreInputSourceBase_Vtbl
impl Unpin for ICoreInputSourceBase_Vtbl
impl UnwindSafe for ICoreInputSourceBase_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