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