#[repr(C)]pub struct wifi_country_t {
pub cc: [u8; 3],
pub schan: u8,
pub nchan: u8,
pub max_tx_power: i8,
pub policy: u32,
}
Expand description
@brief Structure describing Wi-Fi country-based regional restrictions.
Fields§
§cc: [u8; 3]
< Country code string
schan: u8
< Start channel of the allowed 2.4GHz Wi-Fi channels
nchan: u8
< Total channel number of the allowed 2.4GHz Wi-Fi channels
max_tx_power: i8
< This field is used for getting Wi-Fi maximum transmitting power, call esp_wifi_set_max_tx_power to set the maximum transmitting power.
policy: u32
< Country policy
Trait Implementations§
Source§impl Clone for wifi_country_t
impl Clone for wifi_country_t
Source§fn clone(&self) -> wifi_country_t
fn clone(&self) -> wifi_country_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 Debug for wifi_country_t
impl Debug for wifi_country_t
Source§impl Default for wifi_country_t
impl Default for wifi_country_t
Source§fn default() -> wifi_country_t
fn default() -> wifi_country_t
Returns the “default value” for a type. Read more
impl Copy for wifi_country_t
Auto Trait Implementations§
impl Freeze for wifi_country_t
impl RefUnwindSafe for wifi_country_t
impl Send for wifi_country_t
impl Sync for wifi_country_t
impl Unpin for wifi_country_t
impl UnwindSafe for wifi_country_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,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)