Struct windows::Win32::Globalization::ISpellChecker2_Vtbl
#[repr(C)]pub struct ISpellChecker2_Vtbl {
pub base__: ISpellChecker_Vtbl,
pub Remove: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: ISpellChecker_Vtbl
§Remove: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl ISpellChecker2_Vtbl
impl ISpellChecker2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpellChecker2_Vtblwhere
Identity: ISpellChecker2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpellChecker2_Vtbl
impl RefUnwindSafe for ISpellChecker2_Vtbl
impl Send for ISpellChecker2_Vtbl
impl Sync for ISpellChecker2_Vtbl
impl Unpin for ISpellChecker2_Vtbl
impl UnwindSafe for ISpellChecker2_Vtbl
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