#[repr(C)]
pub union _STREAM_INFORMATION_ENTRY__StreamInformation {
pub DesiredStorageClass: _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass,
pub DataStream: _STREAM_INFORMATION_ENTRY__StreamInformation__DataStream,
pub Reparse: _STREAM_INFORMATION_ENTRY__StreamInformation__Reparse,
pub Ea: _STREAM_INFORMATION_ENTRY__StreamInformation__Ea,
}
Fields§
§DesiredStorageClass: _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass
§DataStream: _STREAM_INFORMATION_ENTRY__StreamInformation__DataStream
§Reparse: _STREAM_INFORMATION_ENTRY__StreamInformation__Reparse
§Ea: _STREAM_INFORMATION_ENTRY__StreamInformation__Ea
Trait Implementations§
Source§impl Clone for _STREAM_INFORMATION_ENTRY__StreamInformation
impl Clone for _STREAM_INFORMATION_ENTRY__StreamInformation
Source§fn clone(&self) -> _STREAM_INFORMATION_ENTRY__StreamInformation
fn clone(&self) -> _STREAM_INFORMATION_ENTRY__StreamInformation
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 moreimpl Copy for _STREAM_INFORMATION_ENTRY__StreamInformation
Auto Trait Implementations§
impl Freeze for _STREAM_INFORMATION_ENTRY__StreamInformation
impl RefUnwindSafe for _STREAM_INFORMATION_ENTRY__StreamInformation
impl Send for _STREAM_INFORMATION_ENTRY__StreamInformation
impl Sync for _STREAM_INFORMATION_ENTRY__StreamInformation
impl Unpin for _STREAM_INFORMATION_ENTRY__StreamInformation
impl UnwindSafe for _STREAM_INFORMATION_ENTRY__StreamInformation
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