#[repr(transparent)]pub struct Unknown(_);
Expand description
[docs.microsoft.com] IUnknown
Base COM interface most (but not all!) DirectX interfaces eventually derive from.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Unknown
impl !Send for Unknown
impl !Sync for Unknown
impl Unpin for Unknown
impl UnwindSafe for Unknown
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more