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