Struct winapi::winioctl::NTFS_VOLUME_DATA_BUFFER
[−]
[src]
pub struct NTFS_VOLUME_DATA_BUFFER { 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 BytesPerFileRecordSegment: DWORD, pub ClustersPerFileRecordSegment: DWORD, pub MftValidDataLength: LARGE_INTEGER, pub MftStartLcn: LARGE_INTEGER, pub Mft2StartLcn: LARGE_INTEGER, pub MftZoneStart: LARGE_INTEGER, pub MftZoneEnd: LARGE_INTEGER, }
Fields
VolumeSerialNumber | |
NumberSectors | |
TotalClusters | |
FreeClusters | |
TotalReserved | |
BytesPerSector | |
BytesPerCluster | |
BytesPerFileRecordSegment | |
ClustersPerFileRecordSegment | |
MftValidDataLength | |
MftStartLcn | |
Mft2StartLcn | |
MftZoneStart | |
MftZoneEnd |
Trait Implementations
impl Copy for NTFS_VOLUME_DATA_BUFFER
[src]
impl Clone for NTFS_VOLUME_DATA_BUFFER
[src]
fn clone(&self) -> NTFS_VOLUME_DATA_BUFFER
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more