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

#[repr(C)]
pub struct ISpeechGrammarRuleStateVtbl {
    pub parent: IDispatchVtbl,
    pub get_Rule: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleState, Rule: *mut *mut ISpeechGrammarRule) -> HRESULT,
    pub get_Transitions: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleState, Transitions: *mut *mut ISpeechGrammarRuleStateTransitions) -> HRESULT,
    pub AddWordTransition: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleState, DestState: *mut ISpeechGrammarRuleState, Words: BSTR, Separators: BSTR, Type: SpeechGrammarWordType, PropertyName: BSTR, PropertyId: c_long, PropertyValue: *mut VARIANT, Weight: c_float) -> HRESULT,
    pub AddRuleTransition: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleState, DestinationState: *mut ISpeechGrammarRuleState, Rule: *mut ISpeechGrammarRule, PropertyName: BSTR, PropertyId: c_long, PropertyValue: *mut VARIANT, Weight: c_float) -> HRESULT,
    pub AddSpecialTransition: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleState, DestinationState: *mut ISpeechGrammarRuleState, Type: SpeechSpecialTransitionType, PropertyName: BSTR, PropertyId: c_long, PropertyValue: *mut VARIANT, Weight: c_float) -> HRESULT,
}

Fields

parent: IDispatchVtblget_Rule: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleState, Rule: *mut *mut ISpeechGrammarRule) -> HRESULTget_Transitions: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleState, Transitions: *mut *mut ISpeechGrammarRuleStateTransitions) -> HRESULTAddWordTransition: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleState, DestState: *mut ISpeechGrammarRuleState, Words: BSTR, Separators: BSTR, Type: SpeechGrammarWordType, PropertyName: BSTR, PropertyId: c_long, PropertyValue: *mut VARIANT, Weight: c_float) -> HRESULTAddRuleTransition: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleState, DestinationState: *mut ISpeechGrammarRuleState, Rule: *mut ISpeechGrammarRule, PropertyName: BSTR, PropertyId: c_long, PropertyValue: *mut VARIANT, Weight: c_float) -> HRESULTAddSpecialTransition: unsafe extern "system" fn(This: *mut ISpeechGrammarRuleState, DestinationState: *mut ISpeechGrammarRuleState, Type: SpeechSpecialTransitionType, PropertyName: BSTR, PropertyId: c_long, PropertyValue: *mut VARIANT, Weight: c_float) -> 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]