Struct systemstat::data::NetworkAddrs [] [src]

pub struct NetworkAddrs {
    pub addr: IpAddr,
    pub netmask: IpAddr,
}

Fields

Trait Implementations

impl Debug for NetworkAddrs
[src]

Formats the value using the given formatter.

impl Clone for NetworkAddrs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more