pub enum DCRCFAIL_A {
NotFailed = 0,
Failed = 1,
}
Expand description
Data block sent/received (CRC check failed)
Value on reset: 0
Variants§
NotFailed = 0
0: No Data block sent/received crc check fail
Failed = 1
1: Data block sent/received crc failed
Trait Implementations§
Source§impl Clone for DCRCFAIL_A
impl Clone for DCRCFAIL_A
Source§fn clone(&self) -> DCRCFAIL_A
fn clone(&self) -> DCRCFAIL_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 DCRCFAIL_A
impl Debug for DCRCFAIL_A
Source§impl PartialEq for DCRCFAIL_A
impl PartialEq for DCRCFAIL_A
impl Copy for DCRCFAIL_A
impl StructuralPartialEq for DCRCFAIL_A
Auto Trait Implementations§
impl Freeze for DCRCFAIL_A
impl RefUnwindSafe for DCRCFAIL_A
impl Send for DCRCFAIL_A
impl Sync for DCRCFAIL_A
impl Unpin for DCRCFAIL_A
impl UnwindSafe for DCRCFAIL_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