Struct esp_wifi_sys::include::wifi_he_ap_info_t
source · #[repr(C)]pub struct wifi_he_ap_info_t {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub bssid_index: u8,
}
Expand description
@brief Description of a WiFi AP HE Info
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§bssid_index: u8
< in M-BSSID set, identifies the nontransmitted BSSID
Implementations§
source§impl wifi_he_ap_info_t
impl wifi_he_ap_info_t
pub fn bss_color(&self) -> u8
pub fn set_bss_color(&mut self, val: u8)
pub fn partial_bss_color(&self) -> u8
pub fn set_partial_bss_color(&mut self, val: u8)
pub fn bss_color_disabled(&self) -> u8
pub fn set_bss_color_disabled(&mut self, val: u8)
pub fn new_bitfield_1( bss_color: u8, partial_bss_color: u8, bss_color_disabled: u8, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for wifi_he_ap_info_t
impl Clone for wifi_he_ap_info_t
source§fn clone(&self) -> wifi_he_ap_info_t
fn clone(&self) -> wifi_he_ap_info_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_he_ap_info_t
Auto Trait Implementations§
impl Freeze for wifi_he_ap_info_t
impl RefUnwindSafe for wifi_he_ap_info_t
impl Send for wifi_he_ap_info_t
impl Sync for wifi_he_ap_info_t
impl Unpin for wifi_he_ap_info_t
impl UnwindSafe for wifi_he_ap_info_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
)