pub struct Rx1<I> { /* private fields */ }
Expand description
Interface to receiver FIFO 1.
Implementations§
Auto Trait Implementations§
impl<I> Freeze for Rx1<I>
impl<I> RefUnwindSafe for Rx1<I>where
I: RefUnwindSafe,
impl<I> Send for Rx1<I>where
I: Send,
impl<I> Sync for Rx1<I>where
I: Sync,
impl<I> Unpin for Rx1<I>where
I: Unpin,
impl<I> UnwindSafe for Rx1<I>where
I: UnwindSafe,
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