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

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

Fields

Trait Implementations

impl Debug for Network
[src]

Formats the value using the given formatter.

impl Clone for Network
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more