#[non_exhaustive]pub enum WifiApState {
Started,
Stopped,
Invalid,
}Available on crate feature
wifi only.Expand description
Wi-Fi interface for access point state.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
Source§impl Debug for WifiApState
impl Debug for WifiApState
Source§impl Format for WifiApState
impl Format for WifiApState
Source§impl From<WifiEvent> for WifiApState
impl From<WifiEvent> for WifiApState
Source§fn from(event: WifiEvent) -> WifiApState
fn from(event: WifiEvent) -> WifiApState
Converts to this type from the input type.