#[repr(C)]pub struct _STORAGE_WRITE_CACHE_PROPERTY {
pub Version: DWORD,
pub Size: DWORD,
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,
}Fields§
§Version: DWORD§Size: DWORD§WriteCacheType: WRITE_CACHE_TYPE§WriteCacheEnabled: WRITE_CACHE_ENABLE§WriteCacheChangeable: WRITE_CACHE_CHANGE§WriteThroughSupported: WRITE_THROUGH§FlushCacheSupported: BOOLEAN§UserDefinedPowerProtection: BOOLEAN§NVCacheEnabled: BOOLEANTrait Implementations§
Source§impl Clone for _STORAGE_WRITE_CACHE_PROPERTY
impl Clone for _STORAGE_WRITE_CACHE_PROPERTY
Source§fn clone(&self) -> _STORAGE_WRITE_CACHE_PROPERTY
fn clone(&self) -> _STORAGE_WRITE_CACHE_PROPERTY
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _STORAGE_WRITE_CACHE_PROPERTY
Auto Trait Implementations§
impl Freeze for _STORAGE_WRITE_CACHE_PROPERTY
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