pub enum WiFiMode {
Station,
SoftAccessPoint,
SoftAccessPointAndStation,
}
Expand description
Mode of the Wi-Fi stack
Variants§
Station
Station mode, aka client
SoftAccessPoint
Access point mode
SoftAccessPointAndStation
Access point + station mode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WiFiMode
impl RefUnwindSafe for WiFiMode
impl Send for WiFiMode
impl Sync for WiFiMode
impl Unpin for WiFiMode
impl UnwindSafe for WiFiMode
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