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