Struct winapi::um::objidlbase::IMallocVtbl[][src]

#[repr(C)]
pub struct IMallocVtbl { pub parent: IUnknownVtbl, pub Alloc: unsafe extern "system" fn(This: *mut IMalloc, cb: SIZE_T) -> *mut c_void, pub Realloc: unsafe extern "system" fn(This: *mut IMalloc, pv: *mut c_void, cb: SIZE_T) -> *mut c_void, pub Free: unsafe extern "system" fn(This: *mut IMalloc, pv: *mut c_void), pub GetSize: unsafe extern "system" fn(This: *mut IMalloc, pv: *mut c_void) -> SIZE_T, pub DidAlloc: unsafe extern "system" fn(This: *mut IMalloc, pv: *mut c_void) -> c_int, pub HeapMinimize: unsafe extern "system" fn(This: *mut IMalloc), }

Fields

parent: IUnknownVtblAlloc: unsafe extern "system" fn(This: *mut IMalloc, cb: SIZE_T) -> *mut c_voidRealloc: unsafe extern "system" fn(This: *mut IMalloc, pv: *mut c_void, cb: SIZE_T) -> *mut c_voidFree: unsafe extern "system" fn(This: *mut IMalloc, pv: *mut c_void)GetSize: unsafe extern "system" fn(This: *mut IMalloc, pv: *mut c_void) -> SIZE_TDidAlloc: unsafe extern "system" fn(This: *mut IMalloc, pv: *mut c_void) -> c_intHeapMinimize: unsafe extern "system" fn(This: *mut IMalloc)

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.