#[repr(C)]pub struct ISpeechPhraseProperty {
pub lpVtbl: *const ISpeechPhrasePropertyVtbl,
}
Fields§
§lpVtbl: *const ISpeechPhrasePropertyVtbl
Implementations§
Source§impl ISpeechPhraseProperty
impl ISpeechPhraseProperty
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_Value(&self, Value: *mut VARIANT) -> 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_EngineConfidence(&self, Confidence: *mut c_float) -> HRESULT
pub unsafe fn get_Confidence( &self, Confidence: *mut SpeechEngineConfidence, ) -> HRESULT
pub unsafe fn get_Parent( &self, ParentProperty: *mut *mut ISpeechPhraseProperty, ) -> HRESULT
pub unsafe fn get_Children( &self, Children: *mut *mut ISpeechPhraseProperties, ) -> 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 ISpeechPhraseProperty
impl Deref for ISpeechPhraseProperty
Auto Trait Implementations§
impl Freeze for ISpeechPhraseProperty
impl RefUnwindSafe for ISpeechPhraseProperty
impl !Send for ISpeechPhraseProperty
impl !Sync for ISpeechPhraseProperty
impl Unpin for ISpeechPhraseProperty
impl UnwindSafe for ISpeechPhraseProperty
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