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

#[repr(C)]
pub struct IRpcProxyBufferVtbl { pub parent: IUnknownVtbl, pub Connect: unsafe extern "system" fn(This: *mut IRpcProxyBuffer, pRpcChannelBuffer: *mut IRpcChannelBuffer) -> HRESULT, pub Disconnect: unsafe extern "system" fn(This: *mut IRpcProxyBuffer), }

Fields

parent: IUnknownVtblConnect: unsafe extern "system" fn(This: *mut IRpcProxyBuffer, pRpcChannelBuffer: *mut IRpcChannelBuffer) -> HRESULTDisconnect: unsafe extern "system" fn(This: *mut IRpcProxyBuffer)

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.