#[repr(C)]pub struct ISpellCheckerFactory {
pub lpVtbl: *const ISpellCheckerFactoryVtbl,
}
Fields§
§lpVtbl: *const ISpellCheckerFactoryVtbl
Implementations§
Source§impl ISpellCheckerFactory
impl ISpellCheckerFactory
pub unsafe fn SupportedLanguages(&self, value: *mut *mut IEnumString) -> HRESULT
pub unsafe fn IsSupported( &self, languageTag: LPCWSTR, value: *mut BOOL, ) -> HRESULT
pub unsafe fn CreateSpellChecker( &self, languageTag: LPCWSTR, value: *mut *mut ISpellChecker, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpellCheckerFactory
impl Deref for ISpellCheckerFactory
Auto Trait Implementations§
impl Freeze for ISpellCheckerFactory
impl RefUnwindSafe for ISpellCheckerFactory
impl !Send for ISpellCheckerFactory
impl !Sync for ISpellCheckerFactory
impl Unpin for ISpellCheckerFactory
impl UnwindSafe for ISpellCheckerFactory
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