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

#[repr(C)]
pub struct ISpeechGrammarRuleVtbl {
    pub parent: IDispatchVtbl,
    pub get_Attributes: unsafe extern "system" fn(This: *mut ISpeechGrammarRule, Attributes: *mut SpeechRuleAttributes) -> HRESULT,
    pub get_InitialState: unsafe extern "system" fn(This: *mut ISpeechGrammarRule, State: *mut *mut ISpeechGrammarRuleState) -> HRESULT,
    pub get_Name: unsafe extern "system" fn(This: *mut ISpeechGrammarRule, Name: *mut BSTR) -> HRESULT,
    pub get_Id: unsafe extern "system" fn(This: *mut ISpeechGrammarRule, Id: *mut c_long) -> HRESULT,
    pub Clear: unsafe extern "system" fn(This: *mut ISpeechGrammarRule) -> HRESULT,
    pub AddResource: unsafe extern "system" fn(This: *mut ISpeechGrammarRule, ResourceName: BSTR, ResourceValue: BSTR) -> HRESULT,
    pub AddState: unsafe extern "system" fn(This: *mut ISpeechGrammarRule, State: *mut *mut ISpeechGrammarRuleState) -> HRESULT,
}

Fields

parent: IDispatchVtblget_Attributes: unsafe extern "system" fn(This: *mut ISpeechGrammarRule, Attributes: *mut SpeechRuleAttributes) -> HRESULTget_InitialState: unsafe extern "system" fn(This: *mut ISpeechGrammarRule, State: *mut *mut ISpeechGrammarRuleState) -> HRESULTget_Name: unsafe extern "system" fn(This: *mut ISpeechGrammarRule, Name: *mut BSTR) -> HRESULTget_Id: unsafe extern "system" fn(This: *mut ISpeechGrammarRule, Id: *mut c_long) -> HRESULTClear: unsafe extern "system" fn(This: *mut ISpeechGrammarRule) -> HRESULTAddResource: unsafe extern "system" fn(This: *mut ISpeechGrammarRule, ResourceName: BSTR, ResourceValue: BSTR) -> HRESULTAddState: unsafe extern "system" fn(This: *mut ISpeechGrammarRule, State: *mut *mut ISpeechGrammarRuleState) -> 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]