Enum resolv_conf::Network [] [src]

pub enum Network {
    V4(Ipv4AddrIpv4Addr),
    V6(Ipv6AddrIpv6Addr),
}

A network, that is an IP address and the mask

Variants

Trait Implementations

impl Clone for Network
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Network
[src]

Formats the value using the given formatter.