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

#[repr(C)]
pub struct IRpcHelperVtbl { pub parent: IUnknownVtbl, pub GetDCOMProtocolVersion: unsafe extern "system" fn(This: *mut IRpcHelper, pComVersion: *mut DWORD) -> HRESULT, pub GetIIDFromOBJREF: unsafe extern "system" fn(This: *mut IRpcHelper, pObjRef: *mut c_void, piid: *mut *mut IID) -> HRESULT, }

Fields

parent: IUnknownVtblGetDCOMProtocolVersion: unsafe extern "system" fn(This: *mut IRpcHelper, pComVersion: *mut DWORD) -> HRESULTGetIIDFromOBJREF: unsafe extern "system" fn(This: *mut IRpcHelper, pObjRef: *mut c_void, piid: *mut *mut IID) -> 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.