#[repr(u8)]pub enum NORMAL_CHSIZE_A {
_5BIT = 0,
_6BIT = 1,
_7BIT = 2,
_8BIT = 3,
_9BITL = 6,
_9BITH = 7,
}
Expand description
Character Size
Value on reset: 0
Variants§
_5BIT = 0
0: Character size: 5 bit
_6BIT = 1
1: Character size: 6 bit
_7BIT = 2
2: Character size: 7 bit
_8BIT = 3
3: Character size: 8 bit
_9BITL = 6
6: Character size: 9 bit read low byte first
_9BITH = 7
7: Character size: 9 bit read high byte first
Trait Implementations§
Source§impl Clone for NORMAL_CHSIZE_A
impl Clone for NORMAL_CHSIZE_A
Source§fn clone(&self) -> NORMAL_CHSIZE_A
fn clone(&self) -> NORMAL_CHSIZE_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 NORMAL_CHSIZE_A
impl Debug for NORMAL_CHSIZE_A
Source§impl From<NORMAL_CHSIZE_A> for u8
impl From<NORMAL_CHSIZE_A> for u8
Source§fn from(variant: NORMAL_CHSIZE_A) -> Self
fn from(variant: NORMAL_CHSIZE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NORMAL_CHSIZE_A
impl PartialEq for NORMAL_CHSIZE_A
impl Copy for NORMAL_CHSIZE_A
impl Eq for NORMAL_CHSIZE_A
impl StructuralPartialEq for NORMAL_CHSIZE_A
Auto Trait Implementations§
impl Freeze for NORMAL_CHSIZE_A
impl RefUnwindSafe for NORMAL_CHSIZE_A
impl Send for NORMAL_CHSIZE_A
impl Sync for NORMAL_CHSIZE_A
impl Unpin for NORMAL_CHSIZE_A
impl UnwindSafe for NORMAL_CHSIZE_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