Struct esp_wifi_sys::include::wifi_pmf_config_t
source · #[repr(C)]pub struct wifi_pmf_config_t {
pub capable: bool,
pub required: bool,
}
Expand description
Configuration structure for Protected Management Frame
Fields§
§capable: bool
< Deprecated variable. Device will always connect in PMF mode if other device also advertizes PMF capability.
required: bool
< Advertizes that Protected Management Frame is required. Device will not associate to non-PMF capable devices.
Trait Implementations§
source§impl Clone for wifi_pmf_config_t
impl Clone for wifi_pmf_config_t
source§fn clone(&self) -> wifi_pmf_config_t
fn clone(&self) -> wifi_pmf_config_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for wifi_pmf_config_t
Auto Trait Implementations§
impl Freeze for wifi_pmf_config_t
impl RefUnwindSafe for wifi_pmf_config_t
impl Send for wifi_pmf_config_t
impl Sync for wifi_pmf_config_t
impl Unpin for wifi_pmf_config_t
impl UnwindSafe for wifi_pmf_config_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§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
)