pub enum RTState {
Idle,
Busy,
Error,
NoResponse,
}Expand description
State of a Remote Terminal device
Variants§
Idle
Device is idle
Busy
Device is busy processing
Error
Device reported an error
NoResponse
Device is not responding
Trait Implementations§
impl Copy for RTState
impl Eq for RTState
impl StructuralPartialEq for RTState
Auto Trait Implementations§
impl Freeze for RTState
impl RefUnwindSafe for RTState
impl Send for RTState
impl Sync for RTState
impl Unpin for RTState
impl UnwindSafe for RTState
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