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

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

Windows-specific extension for IoCounters.

Required methods

fn drop_sent(&self) -> u64

This is supported on Windows only.

Returns packets amount which were dropped while sending them.

Loading content...

Implementors

Loading content...