Struct winapi::um::unknwnbase::AsyncIUnknownVtbl[][src]

#[repr(C)]
pub struct AsyncIUnknownVtbl { pub parent: IUnknownVtbl, pub Begin_QueryInterface: unsafe extern "system" fn(This: *mut AsyncIUnknown, riid: REFIID) -> HRESULT, pub Finish_QueryInterface: unsafe extern "system" fn(This: *mut AsyncIUnknown, ppvObject: *mut *mut c_void) -> HRESULT, pub Begin_AddRef: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> HRESULT, pub Finish_AddRef: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> ULONG, pub Begin_Release: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> HRESULT, pub Finish_Release: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> ULONG, }

Fields

parent: IUnknownVtblBegin_QueryInterface: unsafe extern "system" fn(This: *mut AsyncIUnknown, riid: REFIID) -> HRESULTFinish_QueryInterface: unsafe extern "system" fn(This: *mut AsyncIUnknown, ppvObject: *mut *mut c_void) -> HRESULTBegin_AddRef: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> HRESULTFinish_AddRef: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> ULONGBegin_Release: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> HRESULTFinish_Release: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> ULONG

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.