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

#[repr(C)]
pub struct IAsyncRpcChannelBufferVtbl { pub parent: IRpcChannelBuffer2Vtbl, pub Send: unsafe extern "system" fn(This: *mut IAsyncRpcChannelBuffer, pMsg: *mut RPCOLEMESSAGE, pSync: *mut ISynchronize, pulStatus: *mut ULONG) -> HRESULT, pub Receive: unsafe extern "system" fn(This: *mut IAsyncRpcChannelBuffer, pMsg: *mut RPCOLEMESSAGE, pulStatus: *mut ULONG) -> HRESULT, pub GetDestCtxEx: unsafe extern "system" fn(This: *mut IAsyncRpcChannelBuffer, pMsg: *mut RPCOLEMESSAGE, pdwDestContext: *mut DWORD, ppvDestContext: *mut *mut c_void) -> HRESULT, }

Fields

parent: IRpcChannelBuffer2VtblSend: unsafe extern "system" fn(This: *mut IAsyncRpcChannelBuffer, pMsg: *mut RPCOLEMESSAGE, pSync: *mut ISynchronize, pulStatus: *mut ULONG) -> HRESULTReceive: unsafe extern "system" fn(This: *mut IAsyncRpcChannelBuffer, pMsg: *mut RPCOLEMESSAGE, pulStatus: *mut ULONG) -> HRESULTGetDestCtxEx: unsafe extern "system" fn(This: *mut IAsyncRpcChannelBuffer, pMsg: *mut RPCOLEMESSAGE, pdwDestContext: *mut DWORD, ppvDestContext: *mut *mut c_void) -> 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.