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: ULONGLONG WriteOperationCount: ULONGLONG OtherOperationCount: ULONGLONG ReadTransferCount: ULONGLONG WriteTransferCount: ULONGLONG OtherTransferCount: ULONGLONG

Trait Implementations

impl Debug for IO_COUNTERS
[src]

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

Formats the value using the given formatter.

impl Copy for IO_COUNTERS
[src]

impl Clone for IO_COUNTERS
[src]

fn clone(&self) -> IO_COUNTERS

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more