Struct windows::Win32::UI::TextServices::ITfCleanupContextDurationSink_Vtbl
#[repr(C)]pub struct ITfCleanupContextDurationSink_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnStartCleanupContext: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OnEndCleanupContext: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnStartCleanupContext: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OnEndCleanupContext: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ITfCleanupContextDurationSink_Vtbl
impl ITfCleanupContextDurationSink_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITfCleanupContextDurationSink_Vtblwhere
Identity: ITfCleanupContextDurationSink_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfCleanupContextDurationSink_Vtbl
impl RefUnwindSafe for ITfCleanupContextDurationSink_Vtbl
impl Send for ITfCleanupContextDurationSink_Vtbl
impl Sync for ITfCleanupContextDurationSink_Vtbl
impl Unpin for ITfCleanupContextDurationSink_Vtbl
impl UnwindSafe for ITfCleanupContextDurationSink_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