Struct windows_sys::Win32::System::Ioctl::DISK_PERFORMANCE
[−]#[repr(C)]pub struct DISK_PERFORMANCE {
pub BytesRead: i64,
pub BytesWritten: i64,
pub ReadTime: i64,
pub WriteTime: i64,
pub IdleTime: i64,
pub ReadCount: u32,
pub WriteCount: u32,
pub QueueDepth: u32,
pub SplitCount: u32,
pub QueryTime: i64,
pub StorageDeviceNumber: u32,
pub StorageManagerName: [u16; 8],
}Expand description
Required features: "Win32_System_Ioctl"
Fields
BytesRead: i64BytesWritten: i64ReadTime: i64WriteTime: i64IdleTime: i64ReadCount: u32WriteCount: u32QueueDepth: u32SplitCount: u32QueryTime: i64StorageDeviceNumber: u32StorageManagerName: [u16; 8]Trait Implementations
impl Clone for DISK_PERFORMANCE
impl Clone for DISK_PERFORMANCE
impl Copy for DISK_PERFORMANCE
Auto Trait Implementations
impl RefUnwindSafe for DISK_PERFORMANCE
impl Send for DISK_PERFORMANCE
impl Sync for DISK_PERFORMANCE
impl Unpin for DISK_PERFORMANCE
impl UnwindSafe for DISK_PERFORMANCE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more