[][src]Trait heim_net::os::windows::IoCountersExt

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

Windows-specific extension for IoCounters.

Required methods

pub fn drop_sent(&self) -> u64[src]

Returns packets amount which were dropped while sending them.

Loading content...

Implementors

Loading content...