Type Alias STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR

Source
pub type STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR = _STORAGE_ACCESS_ALIGNMENT_DESCRIPTOR;

Aliased Type§

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,
}

Fields§

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