pub enum CtrlState {
Init,
ReadIn,
ReadStatus,
WriteOut,
WriteStatus,
WriteStatusWait,
InDelay,
}
Variants§
Trait Implementations§
impl Copy for CtrlState
impl StructuralPartialEq for CtrlState
Auto Trait Implementations§
impl Freeze for CtrlState
impl RefUnwindSafe for CtrlState
impl Send for CtrlState
impl Sync for CtrlState
impl Unpin for CtrlState
impl UnwindSafe for CtrlState
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