#[repr(C)]pub struct REFS_VOLUME_DATA_BUFFER {Show 20 fields
pub ByteCount: DWORD,
pub MajorVersion: DWORD,
pub MinorVersion: DWORD,
pub BytesPerPhysicalSector: DWORD,
pub VolumeSerialNumber: LARGE_INTEGER,
pub NumberSectors: LARGE_INTEGER,
pub TotalClusters: LARGE_INTEGER,
pub FreeClusters: LARGE_INTEGER,
pub TotalReserved: LARGE_INTEGER,
pub BytesPerSector: DWORD,
pub BytesPerCluster: DWORD,
pub MaximumSizeOfResidentFile: LARGE_INTEGER,
pub FastTierDataFillRatio: WORD,
pub SlowTierDataFillRatio: WORD,
pub DestagesFastTierToSlowTierRate: DWORD,
pub MetadataChecksumType: WORD,
pub Reserved0: [BYTE; 6],
pub DriverMajorVersion: DWORD,
pub DriverMinorVersion: DWORD,
pub Reserved: [LARGE_INTEGER; 7],
}
Fields§
§ByteCount: DWORD
§MajorVersion: DWORD
§MinorVersion: DWORD
§BytesPerPhysicalSector: DWORD
§VolumeSerialNumber: LARGE_INTEGER
§NumberSectors: LARGE_INTEGER
§TotalClusters: LARGE_INTEGER
§FreeClusters: LARGE_INTEGER
§TotalReserved: LARGE_INTEGER
§BytesPerSector: DWORD
§BytesPerCluster: DWORD
§MaximumSizeOfResidentFile: LARGE_INTEGER
§FastTierDataFillRatio: WORD
§SlowTierDataFillRatio: WORD
§DestagesFastTierToSlowTierRate: DWORD
§MetadataChecksumType: WORD
§Reserved0: [BYTE; 6]
§DriverMajorVersion: DWORD
§DriverMinorVersion: DWORD
§Reserved: [LARGE_INTEGER; 7]
Trait Implementations§
Source§impl Clone for REFS_VOLUME_DATA_BUFFER
impl Clone for REFS_VOLUME_DATA_BUFFER
Source§fn clone(&self) -> REFS_VOLUME_DATA_BUFFER
fn clone(&self) -> REFS_VOLUME_DATA_BUFFER
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 REFS_VOLUME_DATA_BUFFER
Auto Trait Implementations§
impl Freeze for REFS_VOLUME_DATA_BUFFER
impl RefUnwindSafe for REFS_VOLUME_DATA_BUFFER
impl Send for REFS_VOLUME_DATA_BUFFER
impl Sync for REFS_VOLUME_DATA_BUFFER
impl Unpin for REFS_VOLUME_DATA_BUFFER
impl UnwindSafe for REFS_VOLUME_DATA_BUFFER
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