ISpeechRecoResultVtbl

Struct ISpeechRecoResultVtbl 

Source
#[repr(C)]
pub struct ISpeechRecoResultVtbl { pub parent: IDispatchVtbl, pub get_RecoContext: unsafe extern "system" fn(This: *mut ISpeechRecoResult, RecoContext: *mut *mut ISpeechRecoContext) -> HRESULT, pub get_Times: unsafe extern "system" fn(This: *mut ISpeechRecoResult, Times: *mut *mut ISpeechRecoResultTimes) -> HRESULT, pub putref_AudioFormat: unsafe extern "system" fn(This: *mut ISpeechRecoResult, Format: *mut ISpeechAudioFormat) -> HRESULT, pub get_AudioFormat: unsafe extern "system" fn(This: *mut ISpeechRecoResult, Format: *mut *mut ISpeechAudioFormat) -> HRESULT, pub get_PhraseInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResult, PhraseInfo: *mut *mut ISpeechPhraseInfo) -> HRESULT, pub Alternates: unsafe extern "system" fn(This: *mut ISpeechRecoResult, RequestCount: c_long, StartElement: c_long, Elements: c_long, Alternates: *mut *mut ISpeechPhraseAlternates) -> HRESULT, pub Audio: unsafe extern "system" fn(This: *mut ISpeechRecoResult, StartElement: c_long, Elements: c_long, Stream: *mut *mut ISpeechMemoryStream) -> HRESULT, pub SpeakAudio: unsafe extern "system" fn(This: *mut ISpeechRecoResult, StartElement: c_long, Elements: c_long, Flags: SpeechVoiceSpeakFlags, StreamNumber: *mut c_long) -> HRESULT, pub SaveToMemory: unsafe extern "system" fn(This: *mut ISpeechRecoResult, ResultBlock: *mut VARIANT) -> HRESULT, pub DiscardResultInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResult, ValueTypes: SpeechDiscardType) -> HRESULT, }

Fields§

§parent: IDispatchVtbl§get_RecoContext: unsafe extern "system" fn(This: *mut ISpeechRecoResult, RecoContext: *mut *mut ISpeechRecoContext) -> HRESULT§get_Times: unsafe extern "system" fn(This: *mut ISpeechRecoResult, Times: *mut *mut ISpeechRecoResultTimes) -> HRESULT§putref_AudioFormat: unsafe extern "system" fn(This: *mut ISpeechRecoResult, Format: *mut ISpeechAudioFormat) -> HRESULT§get_AudioFormat: unsafe extern "system" fn(This: *mut ISpeechRecoResult, Format: *mut *mut ISpeechAudioFormat) -> HRESULT§get_PhraseInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResult, PhraseInfo: *mut *mut ISpeechPhraseInfo) -> HRESULT§Alternates: unsafe extern "system" fn(This: *mut ISpeechRecoResult, RequestCount: c_long, StartElement: c_long, Elements: c_long, Alternates: *mut *mut ISpeechPhraseAlternates) -> HRESULT§Audio: unsafe extern "system" fn(This: *mut ISpeechRecoResult, StartElement: c_long, Elements: c_long, Stream: *mut *mut ISpeechMemoryStream) -> HRESULT§SpeakAudio: unsafe extern "system" fn(This: *mut ISpeechRecoResult, StartElement: c_long, Elements: c_long, Flags: SpeechVoiceSpeakFlags, StreamNumber: *mut c_long) -> HRESULT§SaveToMemory: unsafe extern "system" fn(This: *mut ISpeechRecoResult, ResultBlock: *mut VARIANT) -> HRESULT§DiscardResultInfo: unsafe extern "system" fn(This: *mut ISpeechRecoResult, ValueTypes: SpeechDiscardType) -> HRESULT

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.