#[repr(C)]pub struct ISpellChecker2Vtbl {
pub parent: ISpellCheckerVtbl,
pub Remove: unsafe extern "system" fn(This: *mut ISpellChecker2, word: LPCWSTR) -> HRESULT,
}
Fields§
§parent: ISpellCheckerVtbl
§Remove: unsafe extern "system" fn(This: *mut ISpellChecker2, word: LPCWSTR) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpellChecker2Vtbl
impl RefUnwindSafe for ISpellChecker2Vtbl
impl Send for ISpellChecker2Vtbl
impl Sync for ISpellChecker2Vtbl
impl Unpin for ISpellChecker2Vtbl
impl UnwindSafe for ISpellChecker2Vtbl
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