Struct probes::network::NetworkTraffic[][src]

pub struct NetworkTraffic {
    pub received: u64,
    pub transmitted: u64,
}

Network traffic in bytes.

Fields

Trait Implementations

impl Debug for NetworkTraffic
[src]

Formats the value using the given formatter. Read more

impl PartialEq for NetworkTraffic
[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