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
Trait Implementations
impl Clone for FILE_STORAGE_INFO
impl Clone for FILE_STORAGE_INFO
impl Copy for FILE_STORAGE_INFO
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more