#[repr(C)]pub struct IEnumSpellingError {
pub lpVtbl: *const IEnumSpellingErrorVtbl,
}
Fields§
§lpVtbl: *const IEnumSpellingErrorVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IEnumSpellingError
impl Deref for IEnumSpellingError
Auto Trait Implementations§
impl Freeze for IEnumSpellingError
impl RefUnwindSafe for IEnumSpellingError
impl !Send for IEnumSpellingError
impl !Sync for IEnumSpellingError
impl Unpin for IEnumSpellingError
impl UnwindSafe for IEnumSpellingError
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