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