Struct if_addrs::Ifv6Addr [−][src]
Expand description
Details about the ipv6 address of an interface on this host.
Fields
ip: Ipv6Addr
The IP address of the interface.
netmask: Ipv6Addr
The netmask of the interface.
broadcast: Option<Ipv6Addr>
The broadcast address of the interface.
Implementations
Check whether this is a loopback address.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ifv6Addr
impl UnwindSafe for Ifv6Addr
Blanket Implementations
Mutably borrows from an owned value. Read more