[][src]Struct winapi::um::sapi51::ISpeechPhrasePropertyVtbl

#[repr(C)]
pub struct ISpeechPhrasePropertyVtbl {
    pub parent: IDispatchVtbl,
    pub get_Name: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, Name: *mut BSTR) -> HRESULT,
    pub get_Id: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, Id: *mut c_long) -> HRESULT,
    pub get_Value: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, Value: *mut VARIANT) -> HRESULT,
    pub get_FirstElement: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, FirstElement: *mut c_long) -> HRESULT,
    pub get_NumberOfElements: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, NumberOfElements: *mut c_long) -> HRESULT,
    pub get_EngineConfidence: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, Confidence: *mut c_float) -> HRESULT,
    pub get_Confidence: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, Confidence: *mut SpeechEngineConfidence) -> HRESULT,
    pub get_Parent: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, ParentProperty: *mut *mut ISpeechPhraseProperty) -> HRESULT,
    pub get_Children: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, Children: *mut *mut ISpeechPhraseProperties) -> HRESULT,
}

Fields

parent: IDispatchVtblget_Name: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, Name: *mut BSTR) -> HRESULTget_Id: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, Id: *mut c_long) -> HRESULTget_Value: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, Value: *mut VARIANT) -> HRESULTget_FirstElement: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, FirstElement: *mut c_long) -> HRESULTget_NumberOfElements: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, NumberOfElements: *mut c_long) -> HRESULTget_EngineConfidence: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, Confidence: *mut c_float) -> HRESULTget_Confidence: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, Confidence: *mut SpeechEngineConfidence) -> HRESULTget_Parent: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, ParentProperty: *mut *mut ISpeechPhraseProperty) -> HRESULTget_Children: unsafe extern "system" fn(This: *mut ISpeechPhraseProperty, Children: *mut *mut ISpeechPhraseProperties) -> 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]