Enum network_interface::Addr
source · [−]Expand description
Network interface address
Variants
V4(V4IfAddr)
IPV4 Interface from the AFINET network interface family
V6(V6IfAddr)
IPV6 Interface from the AFINET6 network interface family
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Addr
impl Send for Addr
impl Sync for Addr
impl Unpin for Addr
impl UnwindSafe for Addr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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