[][src]Struct winapi::um::sapi53::ISpeechXMLRecoResultVtbl

#[repr(C)]
pub struct ISpeechXMLRecoResultVtbl {
    pub parent: ISpeechRecoResultVtbl,
    pub GetXMLResult: unsafe extern "system" fn(This: *mut ISpeechXMLRecoResult, Options: SPXMLRESULTOPTIONS, pResult: *mut BSTR) -> HRESULT,
    pub GetXMLErrorInfo: unsafe extern "system" fn(This: *mut ISpeechXMLRecoResult, LineNumber: *mut c_long, ScriptLine: *mut BSTR, Source: *mut BSTR, Description: *mut BSTR, ResultCode: *mut c_long, IsError: *mut VARIANT_BOOL) -> HRESULT,
}

Fields

parent: ISpeechRecoResultVtblGetXMLResult: unsafe extern "system" fn(This: *mut ISpeechXMLRecoResult, Options: SPXMLRESULTOPTIONS, pResult: *mut BSTR) -> HRESULTGetXMLErrorInfo: unsafe extern "system" fn(This: *mut ISpeechXMLRecoResult, LineNumber: *mut c_long, ScriptLine: *mut BSTR, Source: *mut BSTR, Description: *mut BSTR, ResultCode: *mut c_long, IsError: *mut VARIANT_BOOL) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]