Struct windows_sys::Win32::System::Ioctl::STORAGE_WRITE_CACHE_PROPERTY
#[repr(C)]pub struct STORAGE_WRITE_CACHE_PROPERTY {
pub Version: u32,
pub Size: u32,
pub WriteCacheType: WRITE_CACHE_TYPE,
pub WriteCacheEnabled: WRITE_CACHE_ENABLE,
pub WriteCacheChangeable: WRITE_CACHE_CHANGE,
pub WriteThroughSupported: WRITE_THROUGH,
pub FlushCacheSupported: BOOLEAN,
pub UserDefinedPowerProtection: BOOLEAN,
pub NVCacheEnabled: BOOLEAN,
}
Expand description
Required features: "Win32_System_Ioctl"
, "Win32_Foundation"
Fields§
§Version: u32
§Size: u32
§WriteCacheType: WRITE_CACHE_TYPE
§WriteCacheEnabled: WRITE_CACHE_ENABLE
§WriteCacheChangeable: WRITE_CACHE_CHANGE
§WriteThroughSupported: WRITE_THROUGH
§FlushCacheSupported: BOOLEAN
§UserDefinedPowerProtection: BOOLEAN
§NVCacheEnabled: BOOLEAN