pub enum CMDACT_A {
NotInProgress,
InProgress,
}
Expand description
Command transfer in progress
Value on reset: 0
Variants
NotInProgress
0: Command transfer not in progress
InProgress
1: Command tranfer in progress
Trait Implementations
impl Copy for CMDACT_A
impl StructuralPartialEq for CMDACT_A
Auto Trait Implementations
impl RefUnwindSafe for CMDACT_A
impl Send for CMDACT_A
impl Sync for CMDACT_A
impl Unpin for CMDACT_A
impl UnwindSafe for CMDACT_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