#[repr(C)]pub struct _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass {
pub Class: FILE_STORAGE_TIER_CLASS,
pub Flags: DWORD,
}Fields§
§Class: FILE_STORAGE_TIER_CLASS§Flags: DWORDTrait Implementations§
Source§impl Clone for _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass
impl Clone for _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass
Source§fn clone(
&self,
) -> _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass
fn clone( &self, ) -> _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass
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 moreimpl Copy for _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass
Auto Trait Implementations§
impl Freeze for _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass
impl RefUnwindSafe for _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass
impl Send for _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass
impl Sync for _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass
impl Unpin for _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass
impl UnwindSafe for _STREAM_INFORMATION_ENTRY__StreamInformation__DesiredStorageClass
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