pub struct WifiApConfig {
pub ssid: String,
pub password: String,
pub auth: WifiAuthMode,
}
Fields§
§ssid: String
§password: String
§auth: WifiAuthMode
Trait Implementations§
Source§impl Debug for WifiApConfig
impl Debug for WifiApConfig
Source§impl Default for WifiApConfig
impl Default for WifiApConfig
Source§fn default() -> WifiApConfig
fn default() -> WifiApConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WifiApConfig
impl RefUnwindSafe for WifiApConfig
impl Send for WifiApConfig
impl Sync for WifiApConfig
impl Unpin for WifiApConfig
impl UnwindSafe for WifiApConfig
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