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