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