#[repr(C)]pub struct IMarshalingStream {
pub lpVtbl: *mut IMarshalingStreamVtbl,
}Fields§
§lpVtbl: *mut IMarshalingStreamVtblTrait Implementations§
Source§impl Clone for IMarshalingStream
impl Clone for IMarshalingStream
Source§fn clone(&self) -> IMarshalingStream
fn clone(&self) -> IMarshalingStream
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 IMarshalingStream
impl Debug for IMarshalingStream
impl Copy for IMarshalingStream
Auto Trait Implementations§
impl Freeze for IMarshalingStream
impl RefUnwindSafe for IMarshalingStream
impl !Send for IMarshalingStream
impl !Sync for IMarshalingStream
impl Unpin for IMarshalingStream
impl UnwindSafe for IMarshalingStream
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