#[repr(i32)]pub enum _WRITE_CACHE_ENABLE {
WriteCacheEnableUnknown = 0,
WriteCacheDisabled = 1,
WriteCacheEnabled = 2,
}Variants§
Trait Implementations§
Source§impl Clone for _WRITE_CACHE_ENABLE
impl Clone for _WRITE_CACHE_ENABLE
Source§fn clone(&self) -> _WRITE_CACHE_ENABLE
fn clone(&self) -> _WRITE_CACHE_ENABLE
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 moreSource§impl Debug for _WRITE_CACHE_ENABLE
impl Debug for _WRITE_CACHE_ENABLE
Source§impl Hash for _WRITE_CACHE_ENABLE
impl Hash for _WRITE_CACHE_ENABLE
Source§impl PartialEq for _WRITE_CACHE_ENABLE
impl PartialEq for _WRITE_CACHE_ENABLE
impl Copy for _WRITE_CACHE_ENABLE
impl Eq for _WRITE_CACHE_ENABLE
impl StructuralPartialEq for _WRITE_CACHE_ENABLE
Auto Trait Implementations§
impl Freeze for _WRITE_CACHE_ENABLE
impl RefUnwindSafe for _WRITE_CACHE_ENABLE
impl Send for _WRITE_CACHE_ENABLE
impl Sync for _WRITE_CACHE_ENABLE
impl Unpin for _WRITE_CACHE_ENABLE
impl UnwindSafe for _WRITE_CACHE_ENABLE
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