Struct winapi::IMalloc [-] [+] [src]

pub struct IMalloc {
    pub lpVtbl: *const IMallocVtbl,
}

Fields

lpVtbl

Trait Implementations

Derived Implementations

impl Debug for IMalloc

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for IMalloc

impl Clone for IMalloc

fn clone(&self) -> IMalloc

fn clone_from(&mut self, source: &Self)