Struct windows::Win32::System::Ioctl::DISK_HISTOGRAM
#[repr(C)]pub struct DISK_HISTOGRAM {
pub DiskSize: i64,
pub Start: i64,
pub End: i64,
pub Average: i64,
pub AverageRead: i64,
pub AverageWrite: i64,
pub Granularity: u32,
pub Size: u32,
pub ReadCount: u32,
pub WriteCount: u32,
pub Histogram: *mut HISTOGRAM_BUCKET,
}
Fields§
§DiskSize: i64
§Start: i64
§End: i64
§Average: i64
§AverageRead: i64
§AverageWrite: i64
§Granularity: u32
§Size: u32
§ReadCount: u32
§WriteCount: u32
§Histogram: *mut HISTOGRAM_BUCKET
Trait Implementations§
§impl Clone for DISK_HISTOGRAM
impl Clone for DISK_HISTOGRAM
§fn clone(&self) -> DISK_HISTOGRAM
fn clone(&self) -> DISK_HISTOGRAM
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 more§impl Debug for DISK_HISTOGRAM
impl Debug for DISK_HISTOGRAM
§impl Default for DISK_HISTOGRAM
impl Default for DISK_HISTOGRAM
§impl PartialEq for DISK_HISTOGRAM
impl PartialEq for DISK_HISTOGRAM
§fn eq(&self, other: &DISK_HISTOGRAM) -> bool
fn eq(&self, other: &DISK_HISTOGRAM) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DISK_HISTOGRAM
impl Eq for DISK_HISTOGRAM
impl StructuralPartialEq for DISK_HISTOGRAM
Auto Trait Implementations§
impl Freeze for DISK_HISTOGRAM
impl RefUnwindSafe for DISK_HISTOGRAM
impl !Send for DISK_HISTOGRAM
impl !Sync for DISK_HISTOGRAM
impl Unpin for DISK_HISTOGRAM
impl UnwindSafe for DISK_HISTOGRAM
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)