Struct winapi::unknwnbase::IUnknown [] [src]

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

Fields

lpVtbl: *const IUnknownVtbl

Methods

impl IUnknown
[src]

unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT

unsafe fn AddRef(&mut self) -> ULONG

unsafe fn Release(&mut self) -> ULONG

Trait Implementations

impl Debug for IUnknown
[src]

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

Formats the value using the given formatter.