Struct win_sys::FileSystem::FILE_STORAGE_INFO [−][src]
#[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: u32PhysicalBytesPerSectorForAtomicity: u32PhysicalBytesPerSectorForPerformance: u32FileSystemEffectivePhysicalBytesPerSectorForAtomicity: u32Flags: u32ByteOffsetForSectorAlignment: u32ByteOffsetForPartitionAlignment: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FILE_STORAGE_INFO
impl Send for FILE_STORAGE_INFO
impl Sync for FILE_STORAGE_INFO
impl Unpin for FILE_STORAGE_INFO
impl UnwindSafe for FILE_STORAGE_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more