#[repr(C)]pub struct ISpSRAlternates {
pub lpVtbl: *const ISpSRAlternatesVtbl,
}
Fields§
§lpVtbl: *const ISpSRAlternatesVtbl
Implementations§
Source§impl ISpSRAlternates
impl ISpSRAlternates
pub unsafe fn GetAlternates( &self, pAltRequest: *mut SPPHRASEALTREQUEST, ppAlts: *mut *mut SPPHRASEALT, pcAlts: *mut ULONG, ) -> HRESULT
pub unsafe fn Commit( &self, pAltRequest: *mut SPPHRASEALTREQUEST, pAlt: *mut SPPHRASEALT, ppvResultExtra: *mut c_void, pcbResultExtra: *mut ULONG, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpSRAlternates
impl Deref for ISpSRAlternates
Auto Trait Implementations§
impl Freeze for ISpSRAlternates
impl RefUnwindSafe for ISpSRAlternates
impl !Send for ISpSRAlternates
impl !Sync for ISpSRAlternates
impl Unpin for ISpSRAlternates
impl UnwindSafe for ISpSRAlternates
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