#[repr(C)]pub struct ISpeechLexiconWord {
pub lpVtbl: *const ISpeechLexiconWordVtbl,
}
Fields§
§lpVtbl: *const ISpeechLexiconWordVtbl
Implementations§
Source§impl ISpeechLexiconWord
impl ISpeechLexiconWord
pub unsafe fn get_LangId(&self, LangId: *mut SpeechLanguageId) -> HRESULT
pub unsafe fn get_Type(&self, WordType: *mut SpeechWordType) -> HRESULT
pub unsafe fn get_Word(&self, Word: *mut BSTR) -> HRESULT
pub unsafe fn get_Pronunciations( &self, Pronunciations: *mut *mut ISpeechLexiconPronunciations, ) -> 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 ISpeechLexiconWord
impl Deref for ISpeechLexiconWord
Auto Trait Implementations§
impl Freeze for ISpeechLexiconWord
impl RefUnwindSafe for ISpeechLexiconWord
impl !Send for ISpeechLexiconWord
impl !Sync for ISpeechLexiconWord
impl Unpin for ISpeechLexiconWord
impl UnwindSafe for ISpeechLexiconWord
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