Struct network_interface::V6IfAddr [−][src]
pub struct V6IfAddr {
pub ip: Ipv6Addr,
pub broadcast: Option<Ipv6Addr>,
pub netmask: Netmask<Ipv6Addr>,
}Expand description
IPV6 Interface from the AFINET6 network interface family
Fields
ip: Ipv6AddrThe IP address for this network interface
broadcast: Option<Ipv6Addr>The broadcast address for this interface
netmask: Netmask<Ipv6Addr>The netmask for this interface
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for V6IfAddr
impl UnwindSafe for V6IfAddr
Blanket Implementations
Mutably borrows from an owned value. Read more