#[repr(C)]pub struct ISpeechPhraseReplacements {
pub lpVtbl: *const ISpeechPhraseReplacementsVtbl,
}
Fields§
§lpVtbl: *const ISpeechPhraseReplacementsVtbl
Implementations§
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 ISpeechPhraseReplacements
impl Deref for ISpeechPhraseReplacements
Auto Trait Implementations§
impl Freeze for ISpeechPhraseReplacements
impl RefUnwindSafe for ISpeechPhraseReplacements
impl !Send for ISpeechPhraseReplacements
impl !Sync for ISpeechPhraseReplacements
impl Unpin for ISpeechPhraseReplacements
impl UnwindSafe for ISpeechPhraseReplacements
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