[][src]Trait heim::net::os::linux::IoCountersExt

pub trait IoCountersExt {
    fn drop_sent(&self) -> u64;
}
This is supported on feature="net" only.

Linux-specific extension for IoCounters.

Required methods

fn drop_sent(&self) -> u64

This is supported on feature="net" only.

Returns packets amount which were dropped while sending them.

Loading content...

Implementors

impl IoCountersExt for IoCounters[src]

Loading content...