#[repr(C)]pub struct STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR {
pub Version: u32,
pub Size: u32,
pub BytesPerCacheLine: u32,
pub BytesOffsetForCacheAlignment: u32,
pub BytesPerLogicalSector: u32,
pub BytesPerPhysicalSector: u32,
pub BytesOffsetForSectorAlignment: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields§
§Version: u32
§Size: u32
§BytesPerCacheLine: u32
§BytesOffsetForCacheAlignment: u32
§BytesPerLogicalSector: u32
§BytesPerPhysicalSector: u32
§BytesOffsetForSectorAlignment: u32