pub enum DataBits {
Data5,
Data6,
Data7,
Data8,
}Available on crate feature
uart only.Expand description
UART number of data bits.
Variants§
Data5
5 bits per character.
Data6
6 bits per character.
Data7
7 bits per character.
Data8
8 bits per character.
Trait Implementations§
impl Copy for DataBits
impl Eq for DataBits
impl StructuralPartialEq for DataBits
Auto Trait Implementations§
impl Freeze for DataBits
impl RefUnwindSafe for DataBits
impl Send for DataBits
impl Sync for DataBits
impl Unpin for DataBits
impl UnwindSafe for DataBits
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