Enum windows_native::ntioapi::FSINFOCLASS
source · #[repr(i32)]pub enum FSINFOCLASS {
Show 15 variants
FileFsVolumeInformation,
FileFsLabelInformation,
FileFsSizeInformation,
FileFsDeviceInformation,
FileFsAttributeInformation,
FileFsControlInformation,
FileFsFullSizeInformation,
FileFsObjectIdInformation,
FileFsDriverPathInformation,
FileFsVolumeFlagsInformation,
FileFsSectorSizeInformation,
FileFsDataCopyInformation,
FileFsMetadataSizeInformation,
FileFsFullSizeInformationEx,
FileFsMaximumInformation,
}Variants§
FileFsVolumeInformation
FileFsLabelInformation
FileFsSizeInformation
FileFsDeviceInformation
FileFsAttributeInformation
FileFsControlInformation
FileFsFullSizeInformation
FileFsObjectIdInformation
FileFsDriverPathInformation
FileFsVolumeFlagsInformation
FileFsSectorSizeInformation
FileFsDataCopyInformation
FileFsMetadataSizeInformation
FileFsFullSizeInformationEx
FileFsMaximumInformation
Trait Implementations§
source§impl Clone for FSINFOCLASS
impl Clone for FSINFOCLASS
source§fn clone(&self) -> FSINFOCLASS
fn clone(&self) -> FSINFOCLASS
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 Debug for FSINFOCLASS
impl Debug for FSINFOCLASS
source§impl Hash for FSINFOCLASS
impl Hash for FSINFOCLASS
source§impl PartialEq<FSINFOCLASS> for FSINFOCLASS
impl PartialEq<FSINFOCLASS> for FSINFOCLASS
source§fn eq(&self, other: &FSINFOCLASS) -> bool
fn eq(&self, other: &FSINFOCLASS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FSINFOCLASS
impl Eq for FSINFOCLASS
impl StructuralEq for FSINFOCLASS
impl StructuralPartialEq for FSINFOCLASS
Auto Trait Implementations§
impl RefUnwindSafe for FSINFOCLASS
impl Send for FSINFOCLASS
impl Sync for FSINFOCLASS
impl Unpin for FSINFOCLASS
impl UnwindSafe for FSINFOCLASS
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