Enum network_interface::Addr [−][src]
Expand description
Network interface address
Variants
V4(V4IfAddr)
IPV4 Interface from the AFINET network interface family
Tuple Fields of V4
0: V4IfAddr
V6(V6IfAddr)
IPV6 Interface from the AFINET6 network interface family
Tuple Fields of V6
0: V6IfAddr
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Addr
impl UnwindSafe for Addr
Blanket Implementations
Mutably borrows from an owned value. Read more