[][src]Struct winapi::um::winioctl::NTFS_VOLUME_DATA_BUFFER

#[repr(C)]
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: LARGE_INTEGERNumberSectors: LARGE_INTEGERTotalClusters: LARGE_INTEGERFreeClusters: LARGE_INTEGERTotalReserved: LARGE_INTEGERBytesPerSector: DWORDBytesPerCluster: DWORDBytesPerFileRecordSegment: DWORDClustersPerFileRecordSegment: DWORDMftValidDataLength: LARGE_INTEGERMftStartLcn: LARGE_INTEGERMft2StartLcn: LARGE_INTEGERMftZoneStart: LARGE_INTEGERMftZoneEnd: LARGE_INTEGER

Trait Implementations

impl Copy for NTFS_VOLUME_DATA_BUFFER[src]

impl Clone for NTFS_VOLUME_DATA_BUFFER[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for NTFS_VOLUME_DATA_BUFFER[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]