pub enum Dordselect {
    Msb = 0,
    Lsb = 1,
}Expand description
Data Order
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Dordselect
 
impl Clone for Dordselect
Source§fn clone(&self) -> Dordselect
 
fn clone(&self) -> Dordselect
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 Dordselect
 
impl Debug for Dordselect
Source§impl From<Dordselect> for bool
 
impl From<Dordselect> for bool
Source§fn from(variant: Dordselect) -> Self
 
fn from(variant: Dordselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Dordselect
 
impl PartialEq for Dordselect
impl Copy for Dordselect
impl Eq for Dordselect
impl StructuralPartialEq for Dordselect
Auto Trait Implementations§
impl Freeze for Dordselect
impl RefUnwindSafe for Dordselect
impl Send for Dordselect
impl Sync for Dordselect
impl Unpin for Dordselect
impl UnwindSafe for Dordselect
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