pub enum RXACT_A {
NotInProgress,
InProgress,
}
Expand description
Data receive in progress
Value on reset: 0
Variants
NotInProgress
0: Data receive not in progress
InProgress
1: Data receive in progress
Trait Implementations
impl Copy for RXACT_A
impl StructuralPartialEq for RXACT_A
Auto Trait Implementations
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
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