Expand description
Details about the address of an interface on this host
Variants
V4(Ifv4Addr)
This is an Ipv4 interface.
V6(Ifv6Addr)
This is an Ipv6 interface.
Implementations
Trait Implementations
impl Eq for IfAddr
impl StructuralEq for IfAddr
impl StructuralPartialEq for IfAddr
Auto Trait Implementations
impl RefUnwindSafe for IfAddr
impl Send for IfAddr
impl Sync for IfAddr
impl Unpin for IfAddr
impl UnwindSafe for IfAddr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more