Struct sysinfo::NetworkData[][src]

pub struct NetworkData { /* fields omitted */ }

Contains network information.

Trait Implementations

impl Debug for NetworkData
[src]

Formats the value using the given formatter. Read more

impl NetworkExt for NetworkData
[src]

Returns the number of incoming bytes.

Returns the number of outcoming bytes.

Auto Trait Implementations

impl Send for NetworkData

impl Sync for NetworkData