#[repr(u8)]pub enum Wmodeselect {
Man = 0,
Adw = 1,
Aqw = 2,
Ap = 3,
}
Expand description
Write Mode
Value on reset: 0
Variants§
Man = 0
0: Manual Write
Adw = 1
1: Automatic Double Word Write
Aqw = 2
2: Automatic Quad Word
Ap = 3
3: Automatic Page Write
Trait Implementations§
Source§impl Clone for Wmodeselect
impl Clone for Wmodeselect
Source§fn clone(&self) -> Wmodeselect
fn clone(&self) -> Wmodeselect
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 moreSource§impl Debug for Wmodeselect
impl Debug for Wmodeselect
Source§impl From<Wmodeselect> for u8
impl From<Wmodeselect> for u8
Source§fn from(variant: Wmodeselect) -> Self
fn from(variant: Wmodeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Wmodeselect
impl PartialEq for Wmodeselect
impl Copy for Wmodeselect
impl Eq for Wmodeselect
impl IsEnum for Wmodeselect
impl StructuralPartialEq for Wmodeselect
Auto Trait Implementations§
impl Freeze for Wmodeselect
impl RefUnwindSafe for Wmodeselect
impl Send for Wmodeselect
impl Sync for Wmodeselect
impl Unpin for Wmodeselect
impl UnwindSafe for Wmodeselect
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