#[repr(C)]pub struct NTFS_VOLUME_DATA_BUFFER {Show 14 fields
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: LARGE_INTEGER
NumberSectors: LARGE_INTEGER
TotalClusters: LARGE_INTEGER
FreeClusters: LARGE_INTEGER
TotalReserved: LARGE_INTEGER
BytesPerSector: DWORD
BytesPerCluster: DWORD
BytesPerFileRecordSegment: DWORD
ClustersPerFileRecordSegment: DWORD
MftValidDataLength: LARGE_INTEGER
MftStartLcn: LARGE_INTEGER
Mft2StartLcn: LARGE_INTEGER
MftZoneStart: LARGE_INTEGER
MftZoneEnd: LARGE_INTEGER
Trait Implementations
sourceimpl Clone for NTFS_VOLUME_DATA_BUFFER
impl Clone for NTFS_VOLUME_DATA_BUFFER
sourcefn clone(&self) -> NTFS_VOLUME_DATA_BUFFER
fn clone(&self) -> NTFS_VOLUME_DATA_BUFFER
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for NTFS_VOLUME_DATA_BUFFER
Auto Trait Implementations
impl RefUnwindSafe for NTFS_VOLUME_DATA_BUFFER
impl Send for NTFS_VOLUME_DATA_BUFFER
impl Sync for NTFS_VOLUME_DATA_BUFFER
impl Unpin for NTFS_VOLUME_DATA_BUFFER
impl UnwindSafe for NTFS_VOLUME_DATA_BUFFER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more