#[repr(C)]pub struct IRpcChannelBuffer2Vtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2) -> ULONG>,
pub GetBuffer: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2, pMessage: *mut RPCOLEMESSAGE, riid: *const IID) -> HRESULT>,
pub SendReceive: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2, pMessage: *mut RPCOLEMESSAGE, pStatus: *mut ULONG) -> HRESULT>,
pub FreeBuffer: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2, pMessage: *mut RPCOLEMESSAGE) -> HRESULT>,
pub GetDestCtx: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2, pdwDestContext: *mut DWORD, ppvDestContext: *mut *mut c_void) -> HRESULT>,
pub IsConnected: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2) -> HRESULT>,
pub GetProtocolVersion: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2, pdwVersion: *mut DWORD) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2) -> ULONG>§GetBuffer: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2, pMessage: *mut RPCOLEMESSAGE, riid: *const IID) -> HRESULT>§SendReceive: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2, pMessage: *mut RPCOLEMESSAGE, pStatus: *mut ULONG) -> HRESULT>§FreeBuffer: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2, pMessage: *mut RPCOLEMESSAGE) -> HRESULT>§GetDestCtx: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2, pdwDestContext: *mut DWORD, ppvDestContext: *mut *mut c_void) -> HRESULT>§IsConnected: Option<unsafe extern "stdcall" fn(This: *mut IRpcChannelBuffer2) -> HRESULT>§GetProtocolVersion: Option<unsafe extern "stdcall" 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 duplicate 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 moreimpl Copy 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