pub struct RxRunner<'d> { /* private fields */ }Expand description
RX runner.
Holds the lower end of the channel for passing inbound packets up the stack.
Implementations§
Auto Trait Implementations§
impl<'d> !RefUnwindSafe for RxRunner<'d>
impl<'d> !Send for RxRunner<'d>
impl<'d> !Sync for RxRunner<'d>
impl<'d> !UnwindSafe for RxRunner<'d>
impl<'d> Freeze for RxRunner<'d>
impl<'d> Unpin for RxRunner<'d>
impl<'d> UnsafeUnpin for RxRunner<'d>
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