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