Struct windows_sys::Win32::System::Ioctl::NTFS_VOLUME_DATA_BUFFER
[−]#[repr(C)]pub struct NTFS_VOLUME_DATA_BUFFER {Show 14 fields
pub VolumeSerialNumber: i64,
pub NumberSectors: i64,
pub TotalClusters: i64,
pub FreeClusters: i64,
pub TotalReserved: i64,
pub BytesPerSector: u32,
pub BytesPerCluster: u32,
pub BytesPerFileRecordSegment: u32,
pub ClustersPerFileRecordSegment: u32,
pub MftValidDataLength: i64,
pub MftStartLcn: i64,
pub Mft2StartLcn: i64,
pub MftZoneStart: i64,
pub MftZoneEnd: i64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
VolumeSerialNumber: i64
NumberSectors: i64
TotalClusters: i64
FreeClusters: i64
TotalReserved: i64
BytesPerSector: u32
BytesPerCluster: u32
BytesPerFileRecordSegment: u32
ClustersPerFileRecordSegment: u32
MftValidDataLength: i64
MftStartLcn: i64
Mft2StartLcn: i64
MftZoneStart: i64
MftZoneEnd: i64
Trait Implementations
impl Clone for NTFS_VOLUME_DATA_BUFFER
impl Clone for NTFS_VOLUME_DATA_BUFFER
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