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
impl Clone for bridgeif_config
Source§fn clone(&self) -> bridgeif_config
fn clone(&self) -> bridgeif_config
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 bridgeif_config
impl Debug for bridgeif_config
Source§impl Default for bridgeif_config
impl Default for bridgeif_config
Source§fn default() -> bridgeif_config
fn default() -> bridgeif_config
Returns the “default value” for a type. Read more