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