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