Struct ISpeechContinuousRecognitionSession_Vtbl
#[repr(C)]pub struct ISpeechContinuousRecognitionSession_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub AutoStopSilenceTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetAutoStopSilenceTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub StartAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub StartWithModeAsync: unsafe extern "system" fn(_: *mut c_void, _: SpeechContinuousRecognitionMode, _: *mut *mut c_void) -> HRESULT,
pub StopAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CancelAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PauseAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Completed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveCompleted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub ResultGenerated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveResultGenerated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AutoStopSilenceTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetAutoStopSilenceTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§StartAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§StartWithModeAsync: unsafe extern "system" fn(_: *mut c_void, _: SpeechContinuousRecognitionMode, _: *mut *mut c_void) -> HRESULT
§StopAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CancelAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PauseAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Completed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveCompleted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§ResultGenerated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveResultGenerated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpeechContinuousRecognitionSession_Vtbl
impl RefUnwindSafe for ISpeechContinuousRecognitionSession_Vtbl
impl Send for ISpeechContinuousRecognitionSession_Vtbl
impl Sync for ISpeechContinuousRecognitionSession_Vtbl
impl Unpin for ISpeechContinuousRecognitionSession_Vtbl
impl UnwindSafe for ISpeechContinuousRecognitionSession_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