#[repr(u32)]pub enum WifiMode {
None = 0,
Station = 1,
AP = 2,
StationAndAP = 3,
Promiscuous = 4,
P2P = 5,
}Expand description
Possible modes of the Wifi PHY.
Variants§
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