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