#[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 Debug for _IO_COUNTERS
impl Debug for _IO_COUNTERS
Source§impl Ord for _IO_COUNTERS
impl Ord for _IO_COUNTERS
Source§fn cmp(&self, other: &_IO_COUNTERS) -> Ordering
fn cmp(&self, other: &_IO_COUNTERS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _IO_COUNTERS
impl PartialEq for _IO_COUNTERS
Source§impl PartialOrd for _IO_COUNTERS
impl PartialOrd for _IO_COUNTERS
impl Copy for _IO_COUNTERS
impl Eq for _IO_COUNTERS
impl StructuralPartialEq for _IO_COUNTERS
Auto Trait Implementations§
impl Freeze for _IO_COUNTERS
impl RefUnwindSafe for _IO_COUNTERS
impl Send for _IO_COUNTERS
impl Sync for _IO_COUNTERS
impl Unpin for _IO_COUNTERS
impl UnwindSafe for _IO_COUNTERS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more