#[repr(u8)]pub enum WifiMode {
Null = 0,
Station = 1,
SoftAp = 2,
ApStation = 3,
}
Expand description
Variants§
Null = 0
Station = 1
Wi-Fi station mode
SoftAp = 2
Wi-Fi soft-AP mode
ApStation = 3
Wi-Fi station + soft-AP 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