pub enum Acmdselect {
No = 0,
Yes = 1,
}
Expand description
Force Event for Auto CMD Error
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Acmdselect
impl Clone for Acmdselect
Source§fn clone(&self) -> Acmdselect
fn clone(&self) -> Acmdselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Acmdselect
impl Debug for Acmdselect
Source§impl From<Acmdselect> for bool
impl From<Acmdselect> for bool
Source§fn from(variant: Acmdselect) -> Self
fn from(variant: Acmdselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Acmdselect
impl PartialEq for Acmdselect
impl Copy for Acmdselect
impl Eq for Acmdselect
impl StructuralPartialEq for Acmdselect
Auto Trait Implementations§
impl Freeze for Acmdselect
impl RefUnwindSafe for Acmdselect
impl Send for Acmdselect
impl Sync for Acmdselect
impl Unpin for Acmdselect
impl UnwindSafe for Acmdselect
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