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