Struct systemstat::data::Network [] [src]

pub struct Network {
    pub name: String,
    pub addrs: Vec<NetworkAddrs>,
}

Fields

name: String addrs: Vec<NetworkAddrs>

Trait Implementations

impl Clone for Network
[src]

fn clone(&self) -> Network

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Network
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.