Struct winapi::winnt::IO_COUNTERS [] [src]

pub struct IO_COUNTERS {
    pub ReadOperationCount: ULONGLONG,
    pub WriteOperationCount: ULONGLONG,
    pub OtherOperationCount: ULONGLONG,
    pub ReadTransferCount: ULONGLONG,
    pub WriteTransferCount: ULONGLONG,
    pub OtherTransferCount: ULONGLONG,
}

Fields

ReadOperationCount
WriteOperationCount
OtherOperationCount
ReadTransferCount
WriteTransferCount
OtherTransferCount

Trait Implementations

Derived Implementations

impl Debug for IO_COUNTERS

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for IO_COUNTERS

impl Clone for IO_COUNTERS

fn clone(&self) -> IO_COUNTERS

fn clone_from(&mut self, source: &Self)