Struct ISpeechRecognitionResult_Vtbl
#[repr(C)]pub struct ISpeechRecognitionResult_Vtbl {
pub base__: IInspectable_Vtbl,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechRecognitionResultStatus) -> HRESULT,
pub Text: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Confidence: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechRecognitionConfidence) -> HRESULT,
pub SemanticInterpretation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetAlternates: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub Constraint: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RulePath: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RawConfidence: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechRecognitionResultStatus) -> HRESULT§Text: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Confidence: unsafe extern "system" fn(_: *mut c_void, _: *mut SpeechRecognitionConfidence) -> HRESULT§SemanticInterpretation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetAlternates: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT§Constraint: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RulePath: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RawConfidence: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULTAuto Trait Implementations§
impl Freeze for ISpeechRecognitionResult_Vtbl
impl RefUnwindSafe for ISpeechRecognitionResult_Vtbl
impl Send for ISpeechRecognitionResult_Vtbl
impl Sync for ISpeechRecognitionResult_Vtbl
impl Unpin for ISpeechRecognitionResult_Vtbl
impl UnwindSafe for ISpeechRecognitionResult_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