#[repr(C)]pub struct ISpellingError {
pub lpVtbl: *const ISpellingErrorVtbl,
}
Fields§
§lpVtbl: *const ISpellingErrorVtbl
Implementations§
Source§impl ISpellingError
impl ISpellingError
pub unsafe fn get_StartIndex(&self, value: *mut ULONG) -> HRESULT
pub unsafe fn get_Length(&self, value: *mut ULONG) -> HRESULT
pub unsafe fn get_CorrectiveAction( &self, value: *mut CORRECTIVE_ACTION, ) -> HRESULT
pub unsafe fn get_Replacement(&self, value: *mut LPWSTR) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpellingError
impl Deref for ISpellingError
Auto Trait Implementations§
impl Freeze for ISpellingError
impl RefUnwindSafe for ISpellingError
impl !Send for ISpellingError
impl !Sync for ISpellingError
impl Unpin for ISpellingError
impl UnwindSafe for ISpellingError
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