#[repr(C)]pub struct ISpeechRecognizerUIOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub ExampleText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetExampleText: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub AudiblePrompt: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetAudiblePrompt: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub IsReadBackEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsReadBackEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ShowConfirmation: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetShowConfirmation: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ExampleText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetExampleText: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§AudiblePrompt: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetAudiblePrompt: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§IsReadBackEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsReadBackEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§ShowConfirmation: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetShowConfirmation: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpeechRecognizerUIOptions_Vtbl
impl RefUnwindSafe for ISpeechRecognizerUIOptions_Vtbl
impl Send for ISpeechRecognizerUIOptions_Vtbl
impl Sync for ISpeechRecognizerUIOptions_Vtbl
impl Unpin for ISpeechRecognizerUIOptions_Vtbl
impl UnwindSafe for ISpeechRecognizerUIOptions_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