Struct VERSIONEDSTREAM
#[repr(C)]pub struct VERSIONEDSTREAM {
pub guidVersion: GUID,
pub pStream: *mut c_void,
}Fields§
§guidVersion: GUID§pStream: *mut c_voidTrait Implementations§
§impl Clone for VERSIONEDSTREAM
impl Clone for VERSIONEDSTREAM
§fn clone(&self) -> VERSIONEDSTREAM
fn clone(&self) -> VERSIONEDSTREAM
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 more§impl Default for VERSIONEDSTREAM
impl Default for VERSIONEDSTREAM
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