STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR

Type Alias STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR 

Source
pub type STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR = _STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR;

Aliased Type§

#[repr(C)]
pub struct STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR { pub Version: u64, pub Size: u64, pub BytesPerCacheLine: u64, pub BytesOffsetForCacheAlignment: u64, pub BytesPerLogicalSector: u64, pub BytesPerPhysicalSector: u64, pub BytesOffsetForSectorAlignment: u64, }

Fields§

§Version: u64§Size: u64§BytesPerCacheLine: u64§BytesOffsetForCacheAlignment: u64§BytesPerLogicalSector: u64§BytesPerPhysicalSector: u64§BytesOffsetForSectorAlignment: u64