Struct winapi::fileapi::FILE_STORAGE_INFO [] [src]

#[repr(C)]
pub struct FILE_STORAGE_INFO { pub LogicalBytesPerSector: ULONG, pub PhysicalBytesPerSectorForAtomicity: ULONG, pub PhysicalBytesPerSectorForPerformance: ULONG, pub FileSystemEffectivePhysicalBytesPerSectorForAtomicity: ULONG, pub Flags: ULONG, pub ByteOffsetForSectorAlignment: ULONG, pub ByteOffsetForPartitionAlignment: ULONG, }

Fields

Trait Implementations

impl Debug for FILE_STORAGE_INFO
[src]

Formats the value using the given formatter.

impl Copy for FILE_STORAGE_INFO
[src]

impl Clone for FILE_STORAGE_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more