#[repr(C)]pub struct ISpRecognizer3 {
pub lpVtbl: *const ISpRecognizer3Vtbl,
}
Fields§
§lpVtbl: *const ISpRecognizer3Vtbl
Implementations§
Source§impl ISpRecognizer3
impl ISpRecognizer3
pub unsafe fn GetCategory( &self, categoryType: SPCATEGORYTYPE, ppCategory: *mut *mut ISpRecoCategory, ) -> HRESULT
pub unsafe fn SetActiveCategory( &self, pCategory: *mut ISpRecoCategory, ) -> HRESULT
pub unsafe fn GetActiveCategory( &self, ppCategory: *mut *mut ISpRecoCategory, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpRecognizer3
impl Deref for ISpRecognizer3
Auto Trait Implementations§
impl Freeze for ISpRecognizer3
impl RefUnwindSafe for ISpRecognizer3
impl !Send for ISpRecognizer3
impl !Sync for ISpRecognizer3
impl Unpin for ISpRecognizer3
impl UnwindSafe for ISpRecognizer3
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