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