Struct nix_netconfig::systemd::IPv4Network [] [src]

pub struct IPv4Network {
    pub ip: Ipv4Addr,
    pub prefix: u8,
}

Fields

ip
prefix