pub struct Runner<'a, SPI, IN, OUT> { /* private fields */ }
Expand description
Runner for communicating with the WiFi device.
Implementations§
Auto Trait Implementations§
impl<'a, SPI, IN, OUT> Freeze for Runner<'a, SPI, IN, OUT>
impl<'a, SPI, IN, OUT> !RefUnwindSafe for Runner<'a, SPI, IN, OUT>
impl<'a, SPI, IN, OUT> !Send for Runner<'a, SPI, IN, OUT>
impl<'a, SPI, IN, OUT> !Sync for Runner<'a, SPI, IN, OUT>
impl<'a, SPI, IN, OUT> Unpin for Runner<'a, SPI, IN, OUT>
impl<'a, SPI, IN, OUT> !UnwindSafe for Runner<'a, SPI, IN, OUT>
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