#[repr(u8)]pub enum Ilt {
FROM_START = 0,
FROM_STOP = 1,
}Variants§
FROM_START = 0
Idle character bit count starts after start bit.
FROM_STOP = 1
Idle character bit count starts after stop bit.
Implementations§
Trait Implementations§
Source§impl Ord for Ilt
impl Ord for Ilt
Source§impl PartialOrd for Ilt
impl PartialOrd for Ilt
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