[−][src]Trait sysinfo::NetworkExt
Getting volume of incoming and outgoing data.
Required methods
fn get_income(&self) -> u64
Returns the number of incoming bytes.
fn get_outcome(&self) -> u64
Returns the number of outgoing bytes.