#[repr(u8)]pub enum WORD_LENGTH_A {
FIVE = 4,
SIX = 5,
SEVEN = 6,
EIGHT = 7,
}
Expand description
Bit count for each receive data word
Value on reset: 7
Variants§
FIVE = 4
4: Each word includes 5 bits
SIX = 5
5: Each word includes 6 bits
SEVEN = 6
6: Each word includes 7 bits
EIGHT = 7
7: Each word includes 8 bits
Trait Implementations§
Source§impl Clone for WORD_LENGTH_A
impl Clone for WORD_LENGTH_A
Source§fn clone(&self) -> WORD_LENGTH_A
fn clone(&self) -> WORD_LENGTH_A
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 WORD_LENGTH_A
impl Debug for WORD_LENGTH_A
Source§impl From<WORD_LENGTH_A> for u8
impl From<WORD_LENGTH_A> for u8
Source§fn from(variant: WORD_LENGTH_A) -> Self
fn from(variant: WORD_LENGTH_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WORD_LENGTH_A
impl PartialEq for WORD_LENGTH_A
impl Copy for WORD_LENGTH_A
impl Eq for WORD_LENGTH_A
impl StructuralPartialEq for WORD_LENGTH_A
Auto Trait Implementations§
impl Freeze for WORD_LENGTH_A
impl RefUnwindSafe for WORD_LENGTH_A
impl Send for WORD_LENGTH_A
impl Sync for WORD_LENGTH_A
impl Unpin for WORD_LENGTH_A
impl UnwindSafe for WORD_LENGTH_A
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