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

#[repr(C)]
pub struct IPSFactoryBufferVtbl { pub parent: IUnknownVtbl, pub CreateProxy: unsafe extern "system" fn(This: *mut IPSFactoryBuffer, pUnkOuter: *mut IUnknown, riid: REFIID, ppProxy: *mut *mut IRpcProxyBuffer, ppv: *mut *mut c_void) -> HRESULT, pub CreateStub: unsafe extern "system" fn(This: *mut IPSFactoryBuffer, riid: REFIID, pUnkServer: *mut *mut IUnknown, ppStub: *mut *mut IRpcStubBuffer) -> HRESULT, }

Fields

parent: IUnknownVtblCreateProxy: unsafe extern "system" fn(This: *mut IPSFactoryBuffer, pUnkOuter: *mut IUnknown, riid: REFIID, ppProxy: *mut *mut IRpcProxyBuffer, ppv: *mut *mut c_void) -> HRESULTCreateStub: unsafe extern "system" fn(This: *mut IPSFactoryBuffer, riid: REFIID, pUnkServer: *mut *mut IUnknown, ppStub: *mut *mut IRpcStubBuffer) -> 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.