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