#[repr(C)]pub struct IMarshalingStream {
pub lpVtbl: *mut IMarshalingStreamVtbl,
}
Fields§
§lpVtbl: *mut IMarshalingStreamVtbl
Trait Implementations§
Source§impl Clone for IMarshalingStream
impl Clone for IMarshalingStream
Source§fn clone(&self) -> IMarshalingStream
fn clone(&self) -> IMarshalingStream
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 IMarshalingStream
impl Debug for IMarshalingStream
Source§impl Ord for IMarshalingStream
impl Ord for IMarshalingStream
Source§fn cmp(&self, other: &IMarshalingStream) -> Ordering
fn cmp(&self, other: &IMarshalingStream) -> 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 IMarshalingStream
impl PartialEq for IMarshalingStream
Source§impl PartialOrd for IMarshalingStream
impl PartialOrd for IMarshalingStream
impl Copy for IMarshalingStream
impl Eq for IMarshalingStream
impl StructuralPartialEq 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