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