Struct ITfConfigureSystemKeystrokeFeed_Vtbl
#[repr(C)]pub struct ITfConfigureSystemKeystrokeFeed_Vtbl {
pub base__: IUnknown_Vtbl,
pub DisableSystemKeystrokeFeed: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EnableSystemKeystrokeFeed: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§DisableSystemKeystrokeFeed: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§EnableSystemKeystrokeFeed: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ITfConfigureSystemKeystrokeFeed_Vtbl
impl ITfConfigureSystemKeystrokeFeed_Vtbl
pub const fn new<Identity: ITfConfigureSystemKeystrokeFeed_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfConfigureSystemKeystrokeFeed_Vtbl
impl RefUnwindSafe for ITfConfigureSystemKeystrokeFeed_Vtbl
impl Send for ITfConfigureSystemKeystrokeFeed_Vtbl
impl Sync for ITfConfigureSystemKeystrokeFeed_Vtbl
impl Unpin for ITfConfigureSystemKeystrokeFeed_Vtbl
impl UnwindSafe for ITfConfigureSystemKeystrokeFeed_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