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