Struct ISpeechRecognizer2_Vtbl
#[repr(C)]pub struct ISpeechRecognizer2_Vtbl {
pub base__: IInspectable_Vtbl,
pub ContinuousRecognitionSession: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechRecognizerState) -> HRESULT,
pub StopRecognitionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HypothesisGenerated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveHypothesisGenerated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ContinuousRecognitionSession: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§State: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechRecognizerState) -> HRESULT
§StopRecognitionAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§HypothesisGenerated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveHypothesisGenerated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpeechRecognizer2_Vtbl
impl RefUnwindSafe for ISpeechRecognizer2_Vtbl
impl Send for ISpeechRecognizer2_Vtbl
impl Sync for ISpeechRecognizer2_Vtbl
impl Unpin for ISpeechRecognizer2_Vtbl
impl UnwindSafe for ISpeechRecognizer2_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