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