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