#[repr(C)]pub struct IUnsecuredApartment {
pub lpVtbl: *const IUnsecuredApartmentVtbl,
}
Fields§
§lpVtbl: *const IUnsecuredApartmentVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IUnsecuredApartment
impl Deref for IUnsecuredApartment
Auto Trait Implementations§
impl Freeze for IUnsecuredApartment
impl RefUnwindSafe for IUnsecuredApartment
impl !Send for IUnsecuredApartment
impl !Sync for IUnsecuredApartment
impl Unpin for IUnsecuredApartment
impl UnwindSafe for IUnsecuredApartment
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