Enum M
pub enum M {
_0 = 0,
_1 = 1,
}Expand description
9-Bit or 8-Bit Mode Select
Value on reset: 0
Variants§
_0 = 0
0: Receiver and transmitter use 8-bit data characters.
_1 = 1
1: Receiver and transmitter use 9-bit data characters.
Trait Implementations§
impl Copy for M
impl Eq for M
impl StructuralPartialEq for M
Auto Trait Implementations§
impl Freeze for M
impl RefUnwindSafe for M
impl Send for M
impl Sync for M
impl Unpin for M
impl UnwindSafe for M
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