#[repr(u8)]pub enum M {
DATA8 = 0,
DATA9 = 1,
}Variants§
DATA8 = 0
Receiver and transmitter use 8-bit data characters.
DATA9 = 1
Receiver and transmitter use 9-bit data characters.
Implementations§
Trait Implementations§
Source§impl Ord for M
impl Ord for M
Source§impl PartialOrd for M
impl PartialOrd for M
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