pub enum CCRCFAIL_A {
NotFailed = 0,
Failed = 1,
}
Expand description
Command response received (CRC check failed)
Value on reset: 0
Variants§
NotFailed = 0
0: Command response received, crc check passed
Failed = 1
1: Command response received, crc check failed
Trait Implementations§
Source§impl Clone for CCRCFAIL_A
impl Clone for CCRCFAIL_A
Source§fn clone(&self) -> CCRCFAIL_A
fn clone(&self) -> CCRCFAIL_A
Returns a duplicate 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 CCRCFAIL_A
impl Debug for CCRCFAIL_A
Source§impl PartialEq for CCRCFAIL_A
impl PartialEq for CCRCFAIL_A
impl Copy for CCRCFAIL_A
impl StructuralPartialEq for CCRCFAIL_A
Auto Trait Implementations§
impl Freeze for CCRCFAIL_A
impl RefUnwindSafe for CCRCFAIL_A
impl Send for CCRCFAIL_A
impl Sync for CCRCFAIL_A
impl Unpin for CCRCFAIL_A
impl UnwindSafe for CCRCFAIL_A
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