Enum ConfigV4
pub enum ConfigV4 {
None,
Static(StaticConfigV4),
}Available on crate feature
proto-ipv4 only.Expand description
Network stack IPv4 configuration.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigV4
impl RefUnwindSafe for ConfigV4
impl Send for ConfigV4
impl Sync for ConfigV4
impl Unpin for ConfigV4
impl UnwindSafe for ConfigV4
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