#[repr(C)]pub struct ISpellingErrorVtbl {
pub parent: IUnknownVtbl,
pub get_StartIndex: unsafe extern "system" fn(This: *mut ISpellingError, value: *mut ULONG) -> HRESULT,
pub get_Length: unsafe extern "system" fn(This: *mut ISpellingError, value: *mut ULONG) -> HRESULT,
pub get_CorrectiveAction: unsafe extern "system" fn(This: *mut ISpellingError, value: *mut CORRECTIVE_ACTION) -> HRESULT,
pub get_Replacement: unsafe extern "system" fn(This: *mut ISpellingError, value: *mut LPWSTR) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§get_StartIndex: unsafe extern "system" fn(This: *mut ISpellingError, value: *mut ULONG) -> HRESULT§get_Length: unsafe extern "system" fn(This: *mut ISpellingError, value: *mut ULONG) -> HRESULT§get_CorrectiveAction: unsafe extern "system" fn(This: *mut ISpellingError, value: *mut CORRECTIVE_ACTION) -> HRESULT§get_Replacement: unsafe extern "system" fn(This: *mut ISpellingError, value: *mut LPWSTR) -> HRESULTAuto Trait Implementations§
impl Freeze for ISpellingErrorVtbl
impl RefUnwindSafe for ISpellingErrorVtbl
impl Send for ISpellingErrorVtbl
impl Sync for ISpellingErrorVtbl
impl Unpin for ISpellingErrorVtbl
impl UnwindSafe for ISpellingErrorVtbl
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