pub enum CMDACT_A {
NotInProgress = 0,
InProgress = 1,
}
Expand description
Command transfer in progress
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CMDACT_A
impl StructuralPartialEq for CMDACT_A
Auto Trait Implementations§
impl Freeze for CMDACT_A
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§
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