pub enum CMDREND_A {
NotDone,
Done,
}
Expand description
Command response received (CRC check passed)
Value on reset: 0
Variants
NotDone
0: Command not done
Done
1: Command response received (CRC check passed)
Trait Implementations
impl Copy for CMDREND_A
impl StructuralPartialEq for CMDREND_A
Auto Trait Implementations
impl RefUnwindSafe for CMDREND_A
impl Send for CMDREND_A
impl Sync for CMDREND_A
impl Unpin for CMDREND_A
impl UnwindSafe for CMDREND_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