Struct winapi::um::winnt::IO_COUNTERS
source · #[repr(C)]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§
source§impl Clone for IO_COUNTERS
impl Clone for IO_COUNTERS
source§fn clone(&self) -> IO_COUNTERS
fn clone(&self) -> IO_COUNTERS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for IO_COUNTERS
impl Default for IO_COUNTERS
source§fn default() -> IO_COUNTERS
fn default() -> IO_COUNTERS
Returns the “default value” for a type. Read more