#[repr(C)]pub struct INoMarshalVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut INoMarshal, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut INoMarshal) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut INoMarshal) -> ULONG>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut INoMarshal, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut INoMarshal) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut INoMarshal) -> ULONG>
Trait Implementations§
Source§impl Clone for INoMarshalVtbl
impl Clone for INoMarshalVtbl
Source§fn clone(&self) -> INoMarshalVtbl
fn clone(&self) -> INoMarshalVtbl
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 INoMarshalVtbl
impl Debug for INoMarshalVtbl
Source§impl Ord for INoMarshalVtbl
impl Ord for INoMarshalVtbl
Source§fn cmp(&self, other: &INoMarshalVtbl) -> Ordering
fn cmp(&self, other: &INoMarshalVtbl) -> 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 INoMarshalVtbl
impl PartialEq for INoMarshalVtbl
Source§impl PartialOrd for INoMarshalVtbl
impl PartialOrd for INoMarshalVtbl
impl Copy for INoMarshalVtbl
impl Eq for INoMarshalVtbl
impl StructuralPartialEq for INoMarshalVtbl
Auto Trait Implementations§
impl Freeze for INoMarshalVtbl
impl RefUnwindSafe for INoMarshalVtbl
impl Send for INoMarshalVtbl
impl Sync for INoMarshalVtbl
impl Unpin for INoMarshalVtbl
impl UnwindSafe for INoMarshalVtbl
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