pub struct NetIfConfig(/* private fields */);Expand description
Builder for network interface configuration.
Wraps ove_netif_config_t and provides a
fluent API for configuring DHCP, static IP, and DNS.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetIfConfig
impl RefUnwindSafe for NetIfConfig
impl Send for NetIfConfig
impl Sync for NetIfConfig
impl Unpin for NetIfConfig
impl UnwindSafe for NetIfConfig
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