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

#[repr(C)]
pub struct IAsyncManagerVtbl { pub parent: IUnknownVtbl, pub CompleteCall: unsafe extern "system" fn(This: *mut IAsyncManager, Result: HRESULT) -> HRESULT, pub GetCallContext: unsafe extern "system" fn(This: *mut IAsyncManager, riid: REFIID, pInterface: *mut *mut c_void) -> HRESULT, pub GetState: unsafe extern "system" fn(This: *mut IAsyncManager, pulStateFlags: *mut ULONG) -> HRESULT, }

Fields

parent: IUnknownVtblCompleteCall: unsafe extern "system" fn(This: *mut IAsyncManager, Result: HRESULT) -> HRESULTGetCallContext: unsafe extern "system" fn(This: *mut IAsyncManager, riid: REFIID, pInterface: *mut *mut c_void) -> HRESULTGetState: unsafe extern "system" fn(This: *mut IAsyncManager, pulStateFlags: *mut ULONG) -> 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.