pub enum WifiConfig {
Ap(WifiApConfig),
Sta(WifiStaConfig),
}
Variants§
Ap(WifiApConfig)
Sta(WifiStaConfig)
Auto Trait Implementations§
impl Freeze for WifiConfig
impl RefUnwindSafe for WifiConfig
impl Send for WifiConfig
impl Sync for WifiConfig
impl Unpin for WifiConfig
impl UnwindSafe for WifiConfig
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