pub enum ILT_A {
_0 = 0,
_1 = 1,
}Expand description
Idle Line Type Select
Value on reset: 0
Variants§
_0 = 0
0: Idle character bit count starts after start bit.
_1 = 1
1: Idle character bit count starts after stop bit.
Trait Implementations§
impl Copy for ILT_A
impl StructuralPartialEq for ILT_A
Auto Trait Implementations§
impl Freeze for ILT_A
impl RefUnwindSafe for ILT_A
impl Send for ILT_A
impl Sync for ILT_A
impl Unpin for ILT_A
impl UnsafeUnpin for ILT_A
impl UnwindSafe for ILT_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