Struct esp_idf_sys::bridgeif_config
source · #[repr(C)]pub struct bridgeif_config {
pub max_fdb_dyn_entries: u16,
pub max_fdb_sta_entries: u16,
pub max_ports: u8,
}
Expand description
LwIP bridge configuration
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
impl Copy for bridgeif_config
Auto Trait Implementations§
impl Freeze for bridgeif_config
impl RefUnwindSafe for bridgeif_config
impl Send for bridgeif_config
impl Sync for bridgeif_config
impl Unpin for bridgeif_config
impl UnwindSafe for bridgeif_config
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,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§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
)