#[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,
§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
)