#[repr(u8)]
pub enum CHSIZE_A {
_8_BIT,
_9_BIT,
_5_BIT,
_6_BIT,
_7_BIT,
}
Expand description
Character Size
Value on reset: 0
Variants
_8_BIT
0: 8 Bits
_9_BIT
1: 9 Bits
_5_BIT
5: 5 Bits
_6_BIT
6: 6 Bits
_7_BIT
7: 7 Bits
Trait Implementations
impl Copy for CHSIZE_A
impl StructuralPartialEq for CHSIZE_A
Auto Trait Implementations
impl RefUnwindSafe for CHSIZE_A
impl Send for CHSIZE_A
impl Sync for CHSIZE_A
impl Unpin for CHSIZE_A
impl UnwindSafe for CHSIZE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more