pub enum CMDC_A {
NO,
YES,
}
Expand description
Command Complete
Value on reset: 0
Variants
NO
0: No command complete
YES
1: Command complete
Trait Implementations
impl Copy for CMDC_A
impl StructuralPartialEq for CMDC_A
Auto Trait Implementations
impl RefUnwindSafe for CMDC_A
impl Send for CMDC_A
impl Sync for CMDC_A
impl Unpin for CMDC_A
impl UnwindSafe for CMDC_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