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