#[repr(C)]pub struct IEnumSpellingErrorVtbl {
pub parent: IUnknownVtbl,
pub Next: unsafe extern "system" fn(This: *mut IEnumSpellingError, value: *mut *mut ISpellingError) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§Next: unsafe extern "system" fn(This: *mut IEnumSpellingError, value: *mut *mut ISpellingError) -> HRESULT
Auto Trait Implementations§
impl Freeze for IEnumSpellingErrorVtbl
impl RefUnwindSafe for IEnumSpellingErrorVtbl
impl Send for IEnumSpellingErrorVtbl
impl Sync for IEnumSpellingErrorVtbl
impl Unpin for IEnumSpellingErrorVtbl
impl UnwindSafe for IEnumSpellingErrorVtbl
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