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

#[repr(C)]
pub struct IRpcOptionsVtbl { pub parent: IUnknownVtbl, pub Set: unsafe extern "system" fn(This: *mut IRpcOptions, pPrx: *mut IUnknown, dwProperty: RPCOPT_PROPERTIES, dwValue: ULONG_PTR) -> HRESULT, pub Query: unsafe extern "system" fn(This: *mut IRpcOptions, pPrx: *mut IUnknown, dwProperty: RPCOPT_PROPERTIES, pdwValue: *mut ULONG_PTR) -> HRESULT, }

Fields

parent: IUnknownVtblSet: unsafe extern "system" fn(This: *mut IRpcOptions, pPrx: *mut IUnknown, dwProperty: RPCOPT_PROPERTIES, dwValue: ULONG_PTR) -> HRESULTQuery: unsafe extern "system" fn(This: *mut IRpcOptions, pPrx: *mut IUnknown, dwProperty: RPCOPT_PROPERTIES, pdwValue: *mut ULONG_PTR) -> 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.