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