#[repr(C)]pub struct ISpeechPhraseRule {
pub lpVtbl: *const ISpeechPhraseRuleVtbl,
}
Fields§
§lpVtbl: *const ISpeechPhraseRuleVtbl
Implementations§
Source§impl ISpeechPhraseRule
impl ISpeechPhraseRule
pub unsafe fn get_Name(&self, Name: *mut BSTR) -> HRESULT
pub unsafe fn get_Id(&self, Id: *mut c_long) -> HRESULT
pub unsafe fn get_FirstElement(&self, FirstElement: *mut c_long) -> HRESULT
pub unsafe fn get_NumberOfElements( &self, NumberOfElements: *mut c_long, ) -> HRESULT
pub unsafe fn get_Parent(&self, Parent: *mut *mut ISpeechPhraseRule) -> HRESULT
pub unsafe fn get_Children( &self, Children: *mut *mut ISpeechPhraseRules, ) -> HRESULT
pub unsafe fn get_Confidence( &self, ActualConfidence: *mut SpeechEngineConfidence, ) -> HRESULT
pub unsafe fn get_EngineConfidence(&self, Confidence: *mut 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 ISpeechPhraseRule
impl Deref for ISpeechPhraseRule
Auto Trait Implementations§
impl Freeze for ISpeechPhraseRule
impl RefUnwindSafe for ISpeechPhraseRule
impl !Send for ISpeechPhraseRule
impl !Sync for ISpeechPhraseRule
impl Unpin for ISpeechPhraseRule
impl UnwindSafe for ISpeechPhraseRule
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