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

#[repr(C)]
pub struct AsyncIMultiQIVtbl { pub parent: IUnknownVtbl, pub Begin_QueryMultipleInterfaces: unsafe extern "system" fn(This: *mut AsyncIMultiQI, cMQIs: ULONG, pMQIs: *mut MULTI_QI) -> HRESULT, pub Finish_QueryMultipleInterfaces: unsafe extern "system" fn(This: *mut AsyncIMultiQI, pMQIs: *mut MULTI_QI) -> HRESULT, }

Fields

parent: IUnknownVtblBegin_QueryMultipleInterfaces: unsafe extern "system" fn(This: *mut AsyncIMultiQI, cMQIs: ULONG, pMQIs: *mut MULTI_QI) -> HRESULTFinish_QueryMultipleInterfaces: unsafe extern "system" fn(This: *mut AsyncIMultiQI, pMQIs: *mut MULTI_QI) -> HRESULT

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.