#[repr(C)]pub struct IApartmentShutdownVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IApartmentShutdown, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IApartmentShutdown) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IApartmentShutdown) -> ULONG>,
pub OnUninitialize: Option<unsafe extern "stdcall" fn(This: *mut IApartmentShutdown, ui64ApartmentIdentifier: UINT64)>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IApartmentShutdown, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IApartmentShutdown) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IApartmentShutdown) -> ULONG>§OnUninitialize: Option<unsafe extern "stdcall" fn(This: *mut IApartmentShutdown, ui64ApartmentIdentifier: UINT64)>Trait Implementations§
Source§impl Clone for IApartmentShutdownVtbl
impl Clone for IApartmentShutdownVtbl
Source§fn clone(&self) -> IApartmentShutdownVtbl
fn clone(&self) -> IApartmentShutdownVtbl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IApartmentShutdownVtbl
Auto Trait Implementations§
impl Freeze for IApartmentShutdownVtbl
impl RefUnwindSafe for IApartmentShutdownVtbl
impl Send for IApartmentShutdownVtbl
impl Sync for IApartmentShutdownVtbl
impl Unpin for IApartmentShutdownVtbl
impl UnwindSafe for IApartmentShutdownVtbl
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