#[repr(C)]pub struct IStdMarshalInfo {
pub lpVtbl: *mut IStdMarshalInfoVtbl,
}Fields§
§lpVtbl: *mut IStdMarshalInfoVtblTrait Implementations§
Source§impl Clone for IStdMarshalInfo
impl Clone for IStdMarshalInfo
Source§fn clone(&self) -> IStdMarshalInfo
fn clone(&self) -> IStdMarshalInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IStdMarshalInfo
Auto Trait Implementations§
impl !Send for IStdMarshalInfo
impl !Sync for IStdMarshalInfo
impl Freeze for IStdMarshalInfo
impl RefUnwindSafe for IStdMarshalInfo
impl Unpin for IStdMarshalInfo
impl UnsafeUnpin for IStdMarshalInfo
impl UnwindSafe for IStdMarshalInfo
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