Union esp_idf_sys::wifi_config_t
source · #[repr(C)]
pub union wifi_config_t {
pub ap: wifi_ap_config_t,
pub sta: wifi_sta_config_t,
pub nan: wifi_nan_config_t,
}
Expand description
@brief Configuration data for device’s AP or STA or NAN.
The usage of this union (for ap, sta or nan configuration) is determined by the accompanying interface argument passed to esp_wifi_set_config() or esp_wifi_get_config()
Fields§
§ap: wifi_ap_config_t
< configuration of AP
sta: wifi_sta_config_t
< configuration of STA
nan: wifi_nan_config_t
< configuration of NAN
Trait Implementations§
source§impl Clone for wifi_config_t
impl Clone for wifi_config_t
source§fn clone(&self) -> wifi_config_t
fn clone(&self) -> wifi_config_t
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for wifi_config_t
impl Default for wifi_config_t
impl Copy for wifi_config_t
Auto Trait Implementations§
impl Freeze for wifi_config_t
impl RefUnwindSafe for wifi_config_t
impl Send for wifi_config_t
impl Sync for wifi_config_t
impl Unpin for wifi_config_t
impl UnwindSafe for wifi_config_t
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)