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