Struct probes::network::NetworkTrafficPerMinute[][src]

pub struct NetworkTrafficPerMinute {
    pub interfaces: Interfaces,
}

Network traffic for a certain minute, calculated based on two measurements.

Fields

Trait Implementations

impl Debug for NetworkTrafficPerMinute
[src]

Formats the value using the given formatter. Read more

impl PartialEq for NetworkTrafficPerMinute
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations