pub enum IdleState {
Reset,
Set,
}
Expand description
Output Idle state
Variants§
Trait Implementations§
impl Copy for IdleState
impl Eq for IdleState
impl StructuralPartialEq for IdleState
Auto Trait Implementations§
impl Freeze for IdleState
impl RefUnwindSafe for IdleState
impl Send for IdleState
impl Sync for IdleState
impl Unpin for IdleState
impl UnwindSafe for IdleState
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