#[repr(u8)]pub enum RxPipeNo {
Pipe0 = 0,
Pipe1 = 1,
Pipe2 = 2,
Pipe3 = 3,
Pipe4 = 4,
Pipe5 = 5,
NotUsed = 6,
RxFifoEmpty = 7,
}
Expand description
Data pipe number for the payload available from reading RX FIFO.
Variants§
Trait Implementations§
impl Copy for RxPipeNo
impl Eq for RxPipeNo
impl StructuralPartialEq for RxPipeNo
Auto Trait Implementations§
impl Freeze for RxPipeNo
impl RefUnwindSafe for RxPipeNo
impl Send for RxPipeNo
impl Sync for RxPipeNo
impl Unpin for RxPipeNo
impl UnwindSafe for RxPipeNo
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