Type Alias STORAGE_WRITE_CACHE_PROPERTY

Source
pub type STORAGE_WRITE_CACHE_PROPERTY = _STORAGE_WRITE_CACHE_PROPERTY;

Aliased Type§

struct STORAGE_WRITE_CACHE_PROPERTY {
    pub Version: u32,
    pub Size: u32,
    pub WriteCacheType: i32,
    pub WriteCacheEnabled: i32,
    pub WriteCacheChangeable: i32,
    pub WriteThroughSupported: i32,
    pub FlushCacheSupported: u8,
    pub UserDefinedPowerProtection: u8,
    pub NVCacheEnabled: u8,
}

Fields§

§Version: u32§Size: u32§WriteCacheType: i32§WriteCacheEnabled: i32§WriteCacheChangeable: i32§WriteThroughSupported: i32§FlushCacheSupported: u8§UserDefinedPowerProtection: u8§NVCacheEnabled: u8