Trait sysinfo::NetworkExt
[−]
[src]
pub trait NetworkExt {
fn get_income(&self) -> u64;
fn get_outcome(&self) -> u64;
}Getting volume of incoming and outcoming data.
Required Methods
fn get_income(&self) -> u64
Returns the number of incoming bytes.
fn get_outcome(&self) -> u64
Returns the number of outcoming bytes.
Implementors
impl NetworkExt for NetworkData