#[repr(C)]pub struct IPSFactoryBufferVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IPSFactoryBuffer, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IPSFactoryBuffer) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IPSFactoryBuffer) -> ULONG>,
pub CreateProxy: Option<unsafe extern "C" fn(This: *mut IPSFactoryBuffer, pUnkOuter: *mut IUnknown, riid: *const IID, ppProxy: *mut *mut IRpcProxyBuffer, ppv: *mut *mut c_void) -> HRESULT>,
pub CreateStub: Option<unsafe extern "C" fn(This: *mut IPSFactoryBuffer, riid: *const IID, pUnkServer: *mut IUnknown, ppStub: *mut *mut IRpcStubBuffer) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IPSFactoryBuffer, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IPSFactoryBuffer) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IPSFactoryBuffer) -> ULONG>
§CreateProxy: Option<unsafe extern "C" fn(This: *mut IPSFactoryBuffer, pUnkOuter: *mut IUnknown, riid: *const IID, ppProxy: *mut *mut IRpcProxyBuffer, ppv: *mut *mut c_void) -> HRESULT>
§CreateStub: Option<unsafe extern "C" fn(This: *mut IPSFactoryBuffer, riid: *const IID, pUnkServer: *mut IUnknown, ppStub: *mut *mut IRpcStubBuffer) -> HRESULT>
Trait Implementations§
Source§impl Clone for IPSFactoryBufferVtbl
impl Clone for IPSFactoryBufferVtbl
Source§fn clone(&self) -> IPSFactoryBufferVtbl
fn clone(&self) -> IPSFactoryBufferVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IPSFactoryBufferVtbl
impl Debug for IPSFactoryBufferVtbl
Source§impl Ord for IPSFactoryBufferVtbl
impl Ord for IPSFactoryBufferVtbl
Source§fn cmp(&self, other: &IPSFactoryBufferVtbl) -> Ordering
fn cmp(&self, other: &IPSFactoryBufferVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IPSFactoryBufferVtbl
impl PartialEq for IPSFactoryBufferVtbl
Source§impl PartialOrd for IPSFactoryBufferVtbl
impl PartialOrd for IPSFactoryBufferVtbl
impl Copy for IPSFactoryBufferVtbl
impl Eq for IPSFactoryBufferVtbl
impl StructuralPartialEq for IPSFactoryBufferVtbl
Auto Trait Implementations§
impl Freeze for IPSFactoryBufferVtbl
impl RefUnwindSafe for IPSFactoryBufferVtbl
impl Send for IPSFactoryBufferVtbl
impl Sync for IPSFactoryBufferVtbl
impl Unpin for IPSFactoryBufferVtbl
impl UnwindSafe for IPSFactoryBufferVtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more