pub enum DBCKEND {
NotTransferred = 0,
Transferred = 1,
}Expand description
DBCKEND
Value on reset: 0
Variants§
NotTransferred = 0
0: Data block not sent/received (CRC check failed)
Transferred = 1
1: Data block sent/received (CRC check passed)
Trait Implementations§
impl Copy for DBCKEND
impl Eq for DBCKEND
impl StructuralPartialEq for DBCKEND
Auto Trait Implementations§
impl Freeze for DBCKEND
impl RefUnwindSafe for DBCKEND
impl Send for DBCKEND
impl Sync for DBCKEND
impl Unpin for DBCKEND
impl UnwindSafe for DBCKEND
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