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