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