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