pub enum IDLE {
NoIdle = 0,
Idle = 1,
}
Expand description
Idle line detected
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for IDLE
impl Eq for IDLE
impl StructuralPartialEq for IDLE
Auto Trait Implementations§
impl Freeze for IDLE
impl RefUnwindSafe for IDLE
impl Send for IDLE
impl Sync for IDLE
impl Unpin for IDLE
impl UnwindSafe for IDLE
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