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

pub struct IUnknown {
    pub lpVtbl: *const IUnknownVtbl,
}

Fields

lpVtbl

Trait Implementations

Derived Implementations

impl Debug for IUnknown

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

impl Clone for IUnknown

fn clone(&self) -> IUnknown

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

impl Copy for IUnknown