pub struct InitConfig {Show 20 fields
pub static_rx_buf_num: i32,
pub dynamic_rx_buf_num: i32,
pub tx_buf_type: i32,
pub static_tx_buf_num: i32,
pub dynamic_tx_buf_num: i32,
pub cache_tx_buf_num: i32,
pub csi_enable: i32,
pub ampdu_rx_enable: i32,
pub ampdu_tx_enable: i32,
pub amsdu_tx_enable: i32,
pub nvs_enable: i32,
pub nano_enable: i32,
pub rx_ba_win: i32,
pub wifi_task_core_id: i32,
pub beacon_max_len: i32,
pub mgmt_sbuf_num: i32,
pub feature_caps: u64,
pub sta_disconnected_pm: bool,
pub espnow_max_encrypt_num: i32,
pub magic: i32,
}
Fields§
§static_rx_buf_num: i32
§dynamic_rx_buf_num: i32
§tx_buf_type: i32
§static_tx_buf_num: i32
§dynamic_tx_buf_num: i32
§cache_tx_buf_num: i32
§csi_enable: i32
§ampdu_rx_enable: i32
§ampdu_tx_enable: i32
§amsdu_tx_enable: i32
§nvs_enable: i32
§nano_enable: i32
§rx_ba_win: i32
§wifi_task_core_id: i32
§beacon_max_len: i32
§mgmt_sbuf_num: i32
§feature_caps: u64
§sta_disconnected_pm: bool
§espnow_max_encrypt_num: i32
§magic: i32
Implementations§
Source§impl InitConfig
impl InitConfig
Trait Implementations§
Source§impl Clone for InitConfig
impl Clone for InitConfig
Source§fn clone(&self) -> InitConfig
fn clone(&self) -> InitConfig
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for InitConfig
impl RefUnwindSafe for InitConfig
impl Send for InitConfig
impl Sync for InitConfig
impl Unpin for InitConfig
impl UnwindSafe for InitConfig
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