Struct windows::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,
}
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
Trait Implementations§
§impl Clone for STORAGE_WRITE_CACHE_PROPERTY
impl Clone for STORAGE_WRITE_CACHE_PROPERTY
§fn clone(&self) -> STORAGE_WRITE_CACHE_PROPERTY
fn clone(&self) -> STORAGE_WRITE_CACHE_PROPERTY
Returns a copy 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 more§impl Debug for STORAGE_WRITE_CACHE_PROPERTY
impl Debug for STORAGE_WRITE_CACHE_PROPERTY
§impl Default for STORAGE_WRITE_CACHE_PROPERTY
impl Default for STORAGE_WRITE_CACHE_PROPERTY
§impl PartialEq for STORAGE_WRITE_CACHE_PROPERTY
impl PartialEq for STORAGE_WRITE_CACHE_PROPERTY
§fn eq(&self, other: &STORAGE_WRITE_CACHE_PROPERTY) -> bool
fn eq(&self, other: &STORAGE_WRITE_CACHE_PROPERTY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for STORAGE_WRITE_CACHE_PROPERTY
impl Eq for STORAGE_WRITE_CACHE_PROPERTY
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)