#[repr(C)]pub struct iasset { /* private fields */ }
Expand description
COM IUnknown
alike thing.
Implementations§
Auto Trait Implementations§
impl Freeze for iasset
impl RefUnwindSafe for iasset
impl !Send for iasset
impl !Sync for iasset
impl Unpin for iasset
impl UnwindSafe for iasset
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