pub struct RxReady<'r, I: Instance> { /* private fields */ }Expand description
API for handling the “data received” state
You can gain access to this API through State.
Implementations§
Auto Trait Implementations§
impl<'r, I> Freeze for RxReady<'r, I>
impl<'r, I> RefUnwindSafe for RxReady<'r, I>where
I: RefUnwindSafe,
impl<'r, I> !Send for RxReady<'r, I>
impl<'r, I> !Sync for RxReady<'r, I>
impl<'r, I> Unpin for RxReady<'r, I>
impl<'r, I> UnwindSafe for RxReady<'r, I>where
I: RefUnwindSafe,
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