#[repr(C)]pub struct IApartmentShutdown {
pub lpVtbl: *const IApartmentShutdownVtbl,
}
Fields§
§lpVtbl: *const IApartmentShutdownVtbl
Implementations§
Source§impl IApartmentShutdown
impl IApartmentShutdown
pub unsafe fn OnUninitialize(&self, ui64ApartmentIdentifier: UINT64)
Trait Implementations§
Source§impl Deref for IApartmentShutdown
impl Deref for IApartmentShutdown
Auto Trait Implementations§
impl Freeze for IApartmentShutdown
impl RefUnwindSafe for IApartmentShutdown
impl !Send for IApartmentShutdown
impl !Sync for IApartmentShutdown
impl Unpin for IApartmentShutdown
impl UnwindSafe for IApartmentShutdown
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