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