#[repr(C)]pub struct ISpRecognizer3Vtbl {
pub parent: IUnknownVtbl,
pub GetCategory: unsafe extern "system" fn(This: *mut ISpRecognizer3, categoryType: SPCATEGORYTYPE, ppCategory: *mut *mut ISpRecoCategory) -> HRESULT,
pub SetActiveCategory: unsafe extern "system" fn(This: *mut ISpRecognizer3, pCategory: *mut ISpRecoCategory) -> HRESULT,
pub GetActiveCategory: unsafe extern "system" fn(This: *mut ISpRecognizer3, ppCategory: *mut *mut ISpRecoCategory) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§GetCategory: unsafe extern "system" fn(This: *mut ISpRecognizer3, categoryType: SPCATEGORYTYPE, ppCategory: *mut *mut ISpRecoCategory) -> HRESULT§SetActiveCategory: unsafe extern "system" fn(This: *mut ISpRecognizer3, pCategory: *mut ISpRecoCategory) -> HRESULT§GetActiveCategory: unsafe extern "system" fn(This: *mut ISpRecognizer3, ppCategory: *mut *mut ISpRecoCategory) -> HRESULTAuto Trait Implementations§
impl Freeze for ISpRecognizer3Vtbl
impl RefUnwindSafe for ISpRecognizer3Vtbl
impl Send for ISpRecognizer3Vtbl
impl Sync for ISpRecognizer3Vtbl
impl Unpin for ISpRecognizer3Vtbl
impl UnwindSafe for ISpRecognizer3Vtbl
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