#[repr(C)]pub struct IMarshal2Vtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IMarshal2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IMarshal2) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IMarshal2) -> ULONG>,
pub GetUnmarshalClass: Option<unsafe extern "C" fn(This: *mut IMarshal2, riid: *const IID, pv: *mut c_void, dwDestContext: DWORD, pvDestContext: *mut c_void, mshlflags: DWORD, pCid: *mut CLSID) -> HRESULT>,
pub GetMarshalSizeMax: Option<unsafe extern "C" fn(This: *mut IMarshal2, riid: *const IID, pv: *mut c_void, dwDestContext: DWORD, pvDestContext: *mut c_void, mshlflags: DWORD, pSize: *mut DWORD) -> HRESULT>,
pub MarshalInterface: Option<unsafe extern "C" fn(This: *mut IMarshal2, pStm: *mut IStream, riid: *const IID, pv: *mut c_void, dwDestContext: DWORD, pvDestContext: *mut c_void, mshlflags: DWORD) -> HRESULT>,
pub UnmarshalInterface: Option<unsafe extern "C" fn(This: *mut IMarshal2, pStm: *mut IStream, riid: *const IID, ppv: *mut *mut c_void) -> HRESULT>,
pub ReleaseMarshalData: Option<unsafe extern "C" fn(This: *mut IMarshal2, pStm: *mut IStream) -> HRESULT>,
pub DisconnectObject: Option<unsafe extern "C" fn(This: *mut IMarshal2, dwReserved: DWORD) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IMarshal2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IMarshal2) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IMarshal2) -> ULONG>
§GetUnmarshalClass: Option<unsafe extern "C" fn(This: *mut IMarshal2, riid: *const IID, pv: *mut c_void, dwDestContext: DWORD, pvDestContext: *mut c_void, mshlflags: DWORD, pCid: *mut CLSID) -> HRESULT>
§GetMarshalSizeMax: Option<unsafe extern "C" fn(This: *mut IMarshal2, riid: *const IID, pv: *mut c_void, dwDestContext: DWORD, pvDestContext: *mut c_void, mshlflags: DWORD, pSize: *mut DWORD) -> HRESULT>
§MarshalInterface: Option<unsafe extern "C" fn(This: *mut IMarshal2, pStm: *mut IStream, riid: *const IID, pv: *mut c_void, dwDestContext: DWORD, pvDestContext: *mut c_void, mshlflags: DWORD) -> HRESULT>
§UnmarshalInterface: Option<unsafe extern "C" fn(This: *mut IMarshal2, pStm: *mut IStream, riid: *const IID, ppv: *mut *mut c_void) -> HRESULT>
§ReleaseMarshalData: Option<unsafe extern "C" fn(This: *mut IMarshal2, pStm: *mut IStream) -> HRESULT>
§DisconnectObject: Option<unsafe extern "C" fn(This: *mut IMarshal2, dwReserved: DWORD) -> HRESULT>
Trait Implementations§
Source§impl Clone for IMarshal2Vtbl
impl Clone for IMarshal2Vtbl
Source§fn clone(&self) -> IMarshal2Vtbl
fn clone(&self) -> IMarshal2Vtbl
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 IMarshal2Vtbl
impl Debug for IMarshal2Vtbl
Source§impl Ord for IMarshal2Vtbl
impl Ord for IMarshal2Vtbl
Source§fn cmp(&self, other: &IMarshal2Vtbl) -> Ordering
fn cmp(&self, other: &IMarshal2Vtbl) -> 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 IMarshal2Vtbl
impl PartialEq for IMarshal2Vtbl
Source§impl PartialOrd for IMarshal2Vtbl
impl PartialOrd for IMarshal2Vtbl
impl Copy for IMarshal2Vtbl
impl Eq for IMarshal2Vtbl
impl StructuralPartialEq for IMarshal2Vtbl
Auto Trait Implementations§
impl Freeze for IMarshal2Vtbl
impl RefUnwindSafe for IMarshal2Vtbl
impl Send for IMarshal2Vtbl
impl Sync for IMarshal2Vtbl
impl Unpin for IMarshal2Vtbl
impl UnwindSafe for IMarshal2Vtbl
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