#[repr(C)]pub struct IRpcChannelBuffer2Vtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2) -> ULONG>,
pub GetBuffer: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2, pMessage: *mut RPCOLEMESSAGE, riid: *const IID) -> HRESULT>,
pub SendReceive: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2, pMessage: *mut RPCOLEMESSAGE, pStatus: *mut ULONG) -> HRESULT>,
pub FreeBuffer: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2, pMessage: *mut RPCOLEMESSAGE) -> HRESULT>,
pub GetDestCtx: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2, pdwDestContext: *mut DWORD, ppvDestContext: *mut *mut c_void) -> HRESULT>,
pub IsConnected: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2) -> HRESULT>,
pub GetProtocolVersion: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2, pdwVersion: *mut DWORD) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2) -> ULONG>
§GetBuffer: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2, pMessage: *mut RPCOLEMESSAGE, riid: *const IID) -> HRESULT>
§SendReceive: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2, pMessage: *mut RPCOLEMESSAGE, pStatus: *mut ULONG) -> HRESULT>
§FreeBuffer: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2, pMessage: *mut RPCOLEMESSAGE) -> HRESULT>
§GetDestCtx: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2, pdwDestContext: *mut DWORD, ppvDestContext: *mut *mut c_void) -> HRESULT>
§IsConnected: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2) -> HRESULT>
§GetProtocolVersion: Option<unsafe extern "C" fn(This: *mut IRpcChannelBuffer2, pdwVersion: *mut DWORD) -> HRESULT>
Trait Implementations§
Source§impl Clone for IRpcChannelBuffer2Vtbl
impl Clone for IRpcChannelBuffer2Vtbl
Source§fn clone(&self) -> IRpcChannelBuffer2Vtbl
fn clone(&self) -> IRpcChannelBuffer2Vtbl
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 IRpcChannelBuffer2Vtbl
impl Debug for IRpcChannelBuffer2Vtbl
Source§impl Ord for IRpcChannelBuffer2Vtbl
impl Ord for IRpcChannelBuffer2Vtbl
Source§fn cmp(&self, other: &IRpcChannelBuffer2Vtbl) -> Ordering
fn cmp(&self, other: &IRpcChannelBuffer2Vtbl) -> 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 IRpcChannelBuffer2Vtbl
impl PartialEq for IRpcChannelBuffer2Vtbl
Source§impl PartialOrd for IRpcChannelBuffer2Vtbl
impl PartialOrd for IRpcChannelBuffer2Vtbl
impl Copy for IRpcChannelBuffer2Vtbl
impl Eq for IRpcChannelBuffer2Vtbl
impl StructuralPartialEq for IRpcChannelBuffer2Vtbl
Auto Trait Implementations§
impl Freeze for IRpcChannelBuffer2Vtbl
impl RefUnwindSafe for IRpcChannelBuffer2Vtbl
impl Send for IRpcChannelBuffer2Vtbl
impl Sync for IRpcChannelBuffer2Vtbl
impl Unpin for IRpcChannelBuffer2Vtbl
impl UnwindSafe for IRpcChannelBuffer2Vtbl
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