#[repr(C)]pub struct ISpRecognizer2Vtbl {
pub parent: IUnknownVtbl,
pub EmulateRecognitionEx: unsafe extern "system" fn(This: *mut ISpRecognizer2, pPhrase: *mut ISpPhrase, dwCompareFlags: DWORD) -> HRESULT,
pub SetTrainingState: unsafe extern "system" fn(This: *mut ISpRecognizer2, fDoingTraining: BOOL, fAdaptFromTrainingData: BOOL) -> HRESULT,
pub ResetAcousticModelAdaptation: unsafe extern "system" fn(This: *mut ISpRecognizer2) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§EmulateRecognitionEx: unsafe extern "system" fn(This: *mut ISpRecognizer2, pPhrase: *mut ISpPhrase, dwCompareFlags: DWORD) -> HRESULT
§SetTrainingState: unsafe extern "system" fn(This: *mut ISpRecognizer2, fDoingTraining: BOOL, fAdaptFromTrainingData: BOOL) -> HRESULT
§ResetAcousticModelAdaptation: unsafe extern "system" fn(This: *mut ISpRecognizer2) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpRecognizer2Vtbl
impl RefUnwindSafe for ISpRecognizer2Vtbl
impl Send for ISpRecognizer2Vtbl
impl Sync for ISpRecognizer2Vtbl
impl Unpin for ISpRecognizer2Vtbl
impl UnwindSafe for ISpRecognizer2Vtbl
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