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
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