Struct ISpeechRecognizerTimeouts_Vtbl
#[repr(C)]pub struct ISpeechRecognizerTimeouts_Vtbl {
pub base__: IInspectable_Vtbl,
pub InitialSilenceTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetInitialSilenceTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub EndSilenceTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetEndSilenceTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub BabbleTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetBabbleTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§InitialSilenceTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetInitialSilenceTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§EndSilenceTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetEndSilenceTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§BabbleTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetBabbleTimeout: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpeechRecognizerTimeouts_Vtbl
impl RefUnwindSafe for ISpeechRecognizerTimeouts_Vtbl
impl Send for ISpeechRecognizerTimeouts_Vtbl
impl Sync for ISpeechRecognizerTimeouts_Vtbl
impl Unpin for ISpeechRecognizerTimeouts_Vtbl
impl UnwindSafe for ISpeechRecognizerTimeouts_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