#[repr(C)]pub struct IMalloc {
pub lpVtbl: *mut IMallocVtbl,
}Fields§
§lpVtbl: *mut IMallocVtblTrait 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