#[repr(C)]pub struct ISWbemLastErrorVtbl {
pub parent: ISWbemObjectVtbl,
}Fields§
§parent: ISWbemObjectVtblAuto Trait Implementations§
impl Freeze for ISWbemLastErrorVtbl
impl RefUnwindSafe for ISWbemLastErrorVtbl
impl Send for ISWbemLastErrorVtbl
impl Sync for ISWbemLastErrorVtbl
impl Unpin for ISWbemLastErrorVtbl
impl UnwindSafe for ISWbemLastErrorVtbl
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