Type Alias PROCESS_NETWORK_COUNTERS

Source
pub type PROCESS_NETWORK_COUNTERS = _PROCESS_NETWORK_COUNTERS;

Aliased Type§

struct PROCESS_NETWORK_COUNTERS {
    pub BytesIn: u64,
    pub BytesOut: u64,
}

Fields§

§BytesIn: u64§BytesOut: u64