#[repr(C)]pub struct ITypeMarshal {
pub lpVtbl: *mut ITypeMarshalVtbl,
}
Fields§
§lpVtbl: *mut ITypeMarshalVtbl
Trait Implementations§
Source§impl Clone for ITypeMarshal
impl Clone for ITypeMarshal
Source§fn clone(&self) -> ITypeMarshal
fn clone(&self) -> ITypeMarshal
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 ITypeMarshal
impl Debug for ITypeMarshal
Source§impl Ord for ITypeMarshal
impl Ord for ITypeMarshal
Source§fn cmp(&self, other: &ITypeMarshal) -> Ordering
fn cmp(&self, other: &ITypeMarshal) -> 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 ITypeMarshal
impl PartialEq for ITypeMarshal
Source§impl PartialOrd for ITypeMarshal
impl PartialOrd for ITypeMarshal
impl Copy for ITypeMarshal
impl Eq for ITypeMarshal
impl StructuralPartialEq for ITypeMarshal
Auto Trait Implementations§
impl Freeze for ITypeMarshal
impl RefUnwindSafe for ITypeMarshal
impl !Send for ITypeMarshal
impl !Sync for ITypeMarshal
impl Unpin for ITypeMarshal
impl UnwindSafe for ITypeMarshal
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