pub enum DCRCFAIL {
NotFailed = 0,
Failed = 1,
}Expand description
DCRCFAIL
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§
impl Copy for DCRCFAIL
impl Eq for DCRCFAIL
impl StructuralPartialEq for DCRCFAIL
Auto Trait Implementations§
impl Freeze for DCRCFAIL
impl RefUnwindSafe for DCRCFAIL
impl Send for DCRCFAIL
impl Sync for DCRCFAIL
impl Unpin for DCRCFAIL
impl UnwindSafe for DCRCFAIL
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