Struct windows_native::ntexapi::PROCESS_DISK_COUNTERS
source ยท #[repr(C)]pub struct PROCESS_DISK_COUNTERS {
pub BytesRead: u64,
pub BytesWritten: u64,
pub ReadOperationCount: u64,
pub WriteOperationCount: u64,
pub FlushOperationCount: u64,
}Fieldsยง
ยงBytesRead: u64ยงBytesWritten: u64ยงReadOperationCount: u64ยงWriteOperationCount: u64ยงFlushOperationCount: u64Trait Implementationsยง
sourceยงimpl Debug for PROCESS_DISK_COUNTERS
impl Debug for PROCESS_DISK_COUNTERS
Auto Trait Implementationsยง
impl RefUnwindSafe for PROCESS_DISK_COUNTERS
impl Send for PROCESS_DISK_COUNTERS
impl Sync for PROCESS_DISK_COUNTERS
impl Unpin for PROCESS_DISK_COUNTERS
impl UnwindSafe for PROCESS_DISK_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