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

#[repr(C)]
pub struct ISpeechGrammarRuleStateTransitionVtbl { pub parent: IDispatchVtbl, pub get_Type: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, Type: *mut SpeechGrammarRuleStateTransitionType) -> HRESULT, pub get_Text: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, Text: *mut BSTR) -> HRESULT, pub get_Rule: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, Rule: *mut *mut ISpeechGrammarRule) -> HRESULT, pub get_Weight: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, Weight: *mut VARIANT) -> HRESULT, pub get_PropertyName: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, PropertyName: *mut BSTR) -> HRESULT, pub get_PropertyId: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, PropertyId: *mut c_long) -> HRESULT, pub get_PropertyValue: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, PropertyValue: *mut VARIANT) -> HRESULT, pub get_NextState: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, NextState: *mut *mut ISpeechGrammarRuleState) -> HRESULT, }

Fields

parent: IDispatchVtblget_Type: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, Type: *mut SpeechGrammarRuleStateTransitionType) -> HRESULTget_Text: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, Text: *mut BSTR) -> HRESULTget_Rule: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, Rule: *mut *mut ISpeechGrammarRule) -> HRESULTget_Weight: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, Weight: *mut VARIANT) -> HRESULTget_PropertyName: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, PropertyName: *mut BSTR) -> HRESULTget_PropertyId: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, PropertyId: *mut c_long) -> HRESULTget_PropertyValue: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, PropertyValue: *mut VARIANT) -> HRESULTget_NextState: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleStateTransition, NextState: *mut *mut ISpeechGrammarRuleState) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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