#[repr(u8)]pub enum CharSize {
_5bits = 0,
_6bits = 1,
_7bits = 2,
_8bits = 3,
}Expand description
Selects UART character size
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CharSize
impl Eq for CharSize
impl IsEnum for CharSize
impl StructuralPartialEq for CharSize
Auto Trait Implementations§
impl Freeze for CharSize
impl RefUnwindSafe for CharSize
impl Send for CharSize
impl Sync for CharSize
impl Unpin for CharSize
impl UnwindSafe for CharSize
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