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