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