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