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