#[repr(C)]pub struct IApartmentShutdown {
pub lpVtbl: *mut IApartmentShutdownVtbl,
}Fields§
§lpVtbl: *mut IApartmentShutdownVtblTrait Implementations§
Source§impl Clone for IApartmentShutdown
impl Clone for IApartmentShutdown
Source§fn clone(&self) -> IApartmentShutdown
fn clone(&self) -> IApartmentShutdown
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IApartmentShutdown
Auto Trait Implementations§
impl !Send for IApartmentShutdown
impl !Sync for IApartmentShutdown
impl Freeze for IApartmentShutdown
impl RefUnwindSafe for IApartmentShutdown
impl Unpin for IApartmentShutdown
impl UnsafeUnpin 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