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_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: BOOLEANTrait Implementations§
§impl Clone for STORAGE_WRITE_CACHE_PROPERTY
impl Clone for STORAGE_WRITE_CACHE_PROPERTY
impl Copy for STORAGE_WRITE_CACHE_PROPERTY
Auto Trait Implementations§
impl RefUnwindSafe for STORAGE_WRITE_CACHE_PROPERTY
impl Send for STORAGE_WRITE_CACHE_PROPERTY
impl Sync for STORAGE_WRITE_CACHE_PROPERTY
impl Unpin for STORAGE_WRITE_CACHE_PROPERTY
impl UnwindSafe for STORAGE_WRITE_CACHE_PROPERTY
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more