Enum Idline
pub enum Idline {
_0 = 0,
_1 = 1,
}Expand description
Idle Line
Value on reset: 0
Variants§
_0 = 0
0: Receiver was not idle before receiving this character.
_1 = 1
1: Receiver was idle before receiving this character.
Trait Implementations§
impl Copy for Idline
impl Eq for Idline
impl StructuralPartialEq for Idline
Auto Trait Implementations§
impl Freeze for Idline
impl RefUnwindSafe for Idline
impl Send for Idline
impl Sync for Idline
impl Unpin for Idline
impl UnwindSafe for Idline
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