esp_idf_sys

Type Alias bridgeif_config_t

Source
pub type bridgeif_config_t = bridgeif_config;
Expand description

LwIP bridge configuration

Aliased Type§

struct bridgeif_config_t {
    pub max_fdb_dyn_entries: u16,
    pub max_fdb_sta_entries: u16,
    pub max_ports: u8,
}

Fields§

§max_fdb_dyn_entries: u16

< maximum number of entries in dynamic forwarding database

§max_fdb_sta_entries: u16

< maximum number of entries in static forwarding database

§max_ports: u8

< maximum number of ports the bridge can consist of

Trait Implementations

Source§

impl Clone for bridgeif_config

Source§

fn clone(&self) -> bridgeif_config

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for bridgeif_config

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for bridgeif_config

Source§

fn default() -> bridgeif_config

Returns the “default value” for a type. Read more
Source§

impl Copy for bridgeif_config