Struct windows_sys::Win32::System::Com::StructuredStorage::VERSIONEDSTREAM
[−]Expand description
Required features: "Win32_System_Com_StructuredStorage"
Fields
guidVersion: GUID
pStream: IStream
Trait Implementations
impl Clone for VERSIONEDSTREAM
impl Clone for VERSIONEDSTREAM
impl Copy for VERSIONEDSTREAM
Auto Trait Implementations
impl RefUnwindSafe for VERSIONEDSTREAM
impl !Send for VERSIONEDSTREAM
impl !Sync for VERSIONEDSTREAM
impl Unpin for VERSIONEDSTREAM
impl UnwindSafe for VERSIONEDSTREAM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more