Struct windows_sys::Win32::Storage::FileSystem::FILE_STORAGE_INFO
#[repr(C)]pub struct FILE_STORAGE_INFO {
pub LogicalBytesPerSector: u32,
pub PhysicalBytesPerSectorForAtomicity: u32,
pub PhysicalBytesPerSectorForPerformance: u32,
pub FileSystemEffectivePhysicalBytesPerSectorForAtomicity: u32,
pub Flags: u32,
pub ByteOffsetForSectorAlignment: u32,
pub ByteOffsetForPartitionAlignment: u32,
}Expand description
Required features: "Win32_Storage_FileSystem"
Fields§
§LogicalBytesPerSector: u32§PhysicalBytesPerSectorForAtomicity: u32§PhysicalBytesPerSectorForPerformance: u32§FileSystemEffectivePhysicalBytesPerSectorForAtomicity: u32§Flags: u32§ByteOffsetForSectorAlignment: u32§ByteOffsetForPartitionAlignment: u32