#[repr(C)]pub struct IWbemShutdownVtbl {
pub parent: IUnknownVtbl,
pub Shutdown: unsafe extern "system" fn(This: *mut IWbemShutdown, uReason: LONG, uMaxMilliseconds: ULONG, pCtx: *mut IWbemContext) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§Shutdown: unsafe extern "system" fn(This: *mut IWbemShutdown, uReason: LONG, uMaxMilliseconds: ULONG, pCtx: *mut IWbemContext) -> HRESULTAuto Trait Implementations§
impl Freeze for IWbemShutdownVtbl
impl RefUnwindSafe for IWbemShutdownVtbl
impl Send for IWbemShutdownVtbl
impl Sync for IWbemShutdownVtbl
impl Unpin for IWbemShutdownVtbl
impl UnwindSafe for IWbemShutdownVtbl
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