pub enum RXP {
Empty = 0,
NotEmpty = 1,
}Expand description
Rx-packet available
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RXP
impl Eq for RXP
impl StructuralPartialEq for RXP
Auto Trait Implementations§
impl Freeze for RXP
impl RefUnwindSafe for RXP
impl Send for RXP
impl Sync for RXP
impl Unpin for RXP
impl UnwindSafe for RXP
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