pub enum Acmdidxselect {
No = 0,
Yes = 1,
}
Expand description
Force Event for Auto CMD Index Error
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Acmdidxselect
impl Clone for Acmdidxselect
Source§fn clone(&self) -> Acmdidxselect
fn clone(&self) -> Acmdidxselect
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 Acmdidxselect
impl Debug for Acmdidxselect
Source§impl From<Acmdidxselect> for bool
impl From<Acmdidxselect> for bool
Source§fn from(variant: Acmdidxselect) -> Self
fn from(variant: Acmdidxselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Acmdidxselect
impl PartialEq for Acmdidxselect
impl Copy for Acmdidxselect
impl Eq for Acmdidxselect
impl StructuralPartialEq for Acmdidxselect
Auto Trait Implementations§
impl Freeze for Acmdidxselect
impl RefUnwindSafe for Acmdidxselect
impl Send for Acmdidxselect
impl Sync for Acmdidxselect
impl Unpin for Acmdidxselect
impl UnwindSafe for Acmdidxselect
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