Enum Brk13
pub enum Brk13 {
_0 = 0,
_1 = 1,
}Expand description
Break Character Generation Length
Value on reset: 0
Variants§
_0 = 0
0: Break character is transmitted with length of 9 to 13 bit times.
_1 = 1
1: Break character is transmitted with length of 12 to 15 bit times.
Trait Implementations§
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