#[repr(C)]pub struct IUnknown {
pub vtable_: *const IUnknown__bindgen_vtable,
}Fields§
§vtable_: *const IUnknown__bindgen_vtableTrait Implementations§
Auto Trait Implementations§
impl !Send for IUnknown
impl !Sync for IUnknown
impl Freeze for IUnknown
impl RefUnwindSafe for IUnknown
impl Unpin for IUnknown
impl UnsafeUnpin for IUnknown
impl UnwindSafe for IUnknown
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