#[repr(C)]pub struct ISpeechGrammarRuleState {
pub lpVtbl: *const ISpeechGrammarRuleStateVtbl,
}
Fields§
§lpVtbl: *const ISpeechGrammarRuleStateVtbl
Implementations§
Source§impl ISpeechGrammarRuleState
impl ISpeechGrammarRuleState
pub unsafe fn get_Rule(&self, Rule: *mut *mut ISpeechGrammarRule) -> HRESULT
pub unsafe fn get_Transitions( &self, Transitions: *mut *mut ISpeechGrammarRuleStateTransitions, ) -> HRESULT
pub unsafe fn AddWordTransition( &self, DestState: *mut ISpeechGrammarRuleState, Words: BSTR, Separators: BSTR, Type: SpeechGrammarWordType, PropertyName: BSTR, PropertyId: c_long, PropertyValue: *mut VARIANT, Weight: c_float, ) -> HRESULT
pub unsafe fn AddRuleTransition( &self, DestinationState: *mut ISpeechGrammarRuleState, Rule: *mut ISpeechGrammarRule, PropertyName: BSTR, PropertyId: c_long, PropertyValue: *mut VARIANT, Weight: c_float, ) -> HRESULT
pub unsafe fn AddSpecialTransition( &self, DestinationState: *mut ISpeechGrammarRuleState, Type: SpeechSpecialTransitionType, PropertyName: BSTR, PropertyId: c_long, PropertyValue: *mut VARIANT, Weight: c_float, ) -> HRESULT
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT
pub unsafe fn GetTypeInfo( &self, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo, ) -> HRESULT
pub unsafe fn GetIDsOfNames( &self, riid: REFIID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID, ) -> HRESULT
pub unsafe fn Invoke( &self, dispIdMember: DISPID, riid: REFIID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpeechGrammarRuleState
impl Deref for ISpeechGrammarRuleState
Auto Trait Implementations§
impl Freeze for ISpeechGrammarRuleState
impl RefUnwindSafe for ISpeechGrammarRuleState
impl !Send for ISpeechGrammarRuleState
impl !Sync for ISpeechGrammarRuleState
impl Unpin for ISpeechGrammarRuleState
impl UnwindSafe for ISpeechGrammarRuleState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more