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