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