Enum Ilt
pub enum Ilt {
_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
impl Eq for Ilt
impl StructuralPartialEq for Ilt
Auto Trait Implementations§
impl Freeze for Ilt
impl RefUnwindSafe for Ilt
impl Send for Ilt
impl Sync for Ilt
impl Unpin for Ilt
impl UnwindSafe for Ilt
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