pub struct WifiStation { /* private fields */ }Expand description
Instance that runs the Wifi process
Implementations§
Source§impl WifiStation
impl WifiStation
pub async fn run(&mut self) -> SocketResult
Auto Trait Implementations§
impl Freeze for WifiStation
impl RefUnwindSafe for WifiStation
impl Send for WifiStation
impl Sync for WifiStation
impl Unpin for WifiStation
impl UnsafeUnpin 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