#[repr(C)]pub struct VERSIONEDSTREAM {
pub guidVersion: GUID,
pub pStream: *mut IStream,
}
Fields§
§guidVersion: GUID
§pStream: *mut IStream
Trait Implementations§
Source§impl Clone for VERSIONEDSTREAM
impl Clone for VERSIONEDSTREAM
Source§fn clone(&self) -> VERSIONEDSTREAM
fn clone(&self) -> VERSIONEDSTREAM
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 Default for VERSIONEDSTREAM
impl Default for VERSIONEDSTREAM
Source§fn default() -> VERSIONEDSTREAM
fn default() -> VERSIONEDSTREAM
Returns the “default value” for a type. Read more
impl Copy for VERSIONEDSTREAM
Auto Trait Implementations§
impl Freeze for VERSIONEDSTREAM
impl RefUnwindSafe for VERSIONEDSTREAM
impl !Send for VERSIONEDSTREAM
impl !Sync for VERSIONEDSTREAM
impl Unpin for VERSIONEDSTREAM
impl UnwindSafe for VERSIONEDSTREAM
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