pub struct WifiStation { /* private fields */ }
Expand description
Instance that runs the Wifi process
Implementations§
Auto Trait Implementations§
impl Freeze for WifiStation
impl RefUnwindSafe for WifiStation
impl Send for WifiStation
impl Sync for WifiStation
impl Unpin for WifiStation
impl UnwindSafe for WifiStation
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