pub enum DBCKEND_A {
NotTransferred,
Transferred,
}
Expand description
Data block sent/received (CRC check passed)
Value on reset: 0
Variants
NotTransferred
0: Data block not sent/received (CRC check failed)
Transferred
1: Data block sent/received (CRC check passed)
Trait Implementations
impl Copy for DBCKEND_A
impl StructuralPartialEq for DBCKEND_A
Auto Trait Implementations
impl RefUnwindSafe for DBCKEND_A
impl Send for DBCKEND_A
impl Sync for DBCKEND_A
impl Unpin for DBCKEND_A
impl UnwindSafe for DBCKEND_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more