#[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 (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 IPersistStream
Auto Trait Implementations§
impl !Send for IPersistStream
impl !Sync for IPersistStream
impl Freeze for IPersistStream
impl RefUnwindSafe for IPersistStream
impl Unpin for IPersistStream
impl UnsafeUnpin 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