#[repr(C)]pub struct IApartmentShutdownVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IApartmentShutdown, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IApartmentShutdown) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IApartmentShutdown) -> ULONG>,
pub OnUninitialize: Option<unsafe extern "C" fn(This: *mut IApartmentShutdown, ui64ApartmentIdentifier: UINT64)>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IApartmentShutdown, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IApartmentShutdown) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IApartmentShutdown) -> ULONG>
§OnUninitialize: Option<unsafe extern "C" 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 copy 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 moreSource§impl Debug for IApartmentShutdownVtbl
impl Debug for IApartmentShutdownVtbl
Source§impl Ord for IApartmentShutdownVtbl
impl Ord for IApartmentShutdownVtbl
Source§fn cmp(&self, other: &IApartmentShutdownVtbl) -> Ordering
fn cmp(&self, other: &IApartmentShutdownVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IApartmentShutdownVtbl
impl PartialEq for IApartmentShutdownVtbl
Source§impl PartialOrd for IApartmentShutdownVtbl
impl PartialOrd for IApartmentShutdownVtbl
impl Copy for IApartmentShutdownVtbl
impl Eq for IApartmentShutdownVtbl
impl StructuralPartialEq 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