#[repr(C)]pub struct ISpSRAlternates2Vtbl {
pub parent: ISpSRAlternatesVtbl,
pub CommitText: unsafe extern "system" fn(This: *mut ISpSRAlternates2, pAltRequest: *mut SPPHRASEALTREQUEST, pcszNewText: LPCWSTR, commitFlags: SPCOMMITFLAGS) -> HRESULT,
}
Fields§
§parent: ISpSRAlternatesVtbl
§CommitText: unsafe extern "system" fn(This: *mut ISpSRAlternates2, pAltRequest: *mut SPPHRASEALTREQUEST, pcszNewText: LPCWSTR, commitFlags: SPCOMMITFLAGS) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpSRAlternates2Vtbl
impl RefUnwindSafe for ISpSRAlternates2Vtbl
impl Send for ISpSRAlternates2Vtbl
impl Sync for ISpSRAlternates2Vtbl
impl Unpin for ISpSRAlternates2Vtbl
impl UnwindSafe for ISpSRAlternates2Vtbl
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