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