#[repr(u8)]pub enum Brk13 {
SHORT = 0,
LONG = 1,
}Variants§
SHORT = 0
Break character is transmitted with length of 9 to 13 bit times.
LONG = 1
Break character is transmitted with length of 12 to 15 bit times.
Implementations§
Trait Implementations§
Source§impl Ord for Brk13
impl Ord for Brk13
Source§impl PartialOrd for Brk13
impl PartialOrd for Brk13
impl Copy for Brk13
impl Eq for Brk13
impl StructuralPartialEq for Brk13
Auto Trait Implementations§
impl Freeze for Brk13
impl RefUnwindSafe for Brk13
impl Send for Brk13
impl Sync for Brk13
impl Unpin for Brk13
impl UnwindSafe for Brk13
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