pub enum BREAK_A {
DISABLED = 0,
ENABLED = 1,
}Expand description
Break control bit.
Value on reset: 0
Variants§
DISABLED = 0
0: Break characters are not generated.
ENABLED = 1
1: Break characters are sent (all the bits are at ‘0’ including start/parity/stop).
Trait Implementations§
impl Copy for BREAK_A
impl Eq for BREAK_A
impl StructuralPartialEq for BREAK_A
Auto Trait Implementations§
impl Freeze for BREAK_A
impl RefUnwindSafe for BREAK_A
impl Send for BREAK_A
impl Sync for BREAK_A
impl Unpin for BREAK_A
impl UnsafeUnpin for BREAK_A
impl UnwindSafe for BREAK_A
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