pub struct TxRunner<'d, C, P: PacketPool> { /* private fields */ }
Expand description
The transmit part of the host runner.
Implementations§
Source§impl<'d, C: Controller, P: PacketPool> TxRunner<'d, C, P>
impl<'d, C: Controller, P: PacketPool> TxRunner<'d, C, P>
Auto Trait Implementations§
impl<'d, C, P> Freeze for TxRunner<'d, C, P>
impl<'d, C, P> !RefUnwindSafe for TxRunner<'d, C, P>
impl<'d, C, P> !Send for TxRunner<'d, C, P>
impl<'d, C, P> !Sync for TxRunner<'d, C, P>
impl<'d, C, P> Unpin for TxRunner<'d, C, P>
impl<'d, C, P> !UnwindSafe for TxRunner<'d, C, P>
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