pub type FILE_STORAGE_INFO = _FILE_STORAGE_INFO;
Aliased Type§
#[repr(C)]pub struct FILE_STORAGE_INFO {
pub LogicalBytesPerSector: u64,
pub PhysicalBytesPerSectorForAtomicity: u64,
pub PhysicalBytesPerSectorForPerformance: u64,
pub FileSystemEffectivePhysicalBytesPerSectorForAtomicity: u64,
pub Flags: u64,
pub ByteOffsetForSectorAlignment: u64,
pub ByteOffsetForPartitionAlignment: u64,
}
Fields§
§LogicalBytesPerSector: u64
§PhysicalBytesPerSectorForAtomicity: u64
§PhysicalBytesPerSectorForPerformance: u64
§FileSystemEffectivePhysicalBytesPerSectorForAtomicity: u64
§Flags: u64
§ByteOffsetForSectorAlignment: u64
§ByteOffsetForPartitionAlignment: u64