#[repr(C)]pub struct INoMarshal {
pub lpVtbl: *mut INoMarshalVtbl,
}Fields§
§lpVtbl: *mut INoMarshalVtblTrait Implementations§
Source§impl Clone for INoMarshal
impl Clone for INoMarshal
Source§fn clone(&self) -> INoMarshal
fn clone(&self) -> INoMarshal
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 moreSource§impl Debug for INoMarshal
impl Debug for INoMarshal
impl Copy 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