Struct windows_sys::Win32::System::Ioctl::NTFS_STATISTICS_0
[−]#[repr(C)]pub struct NTFS_STATISTICS_0 {
pub Calls: u32,
pub Clusters: u32,
pub Hints: u32,
pub RunsReturned: u32,
pub HintsHonored: u32,
pub HintsClusters: u32,
pub Cache: u32,
pub CacheClusters: u32,
pub CacheMiss: u32,
pub CacheMissClusters: u32,
}Expand description
Required features: "Win32_System_Ioctl"
Fields
Calls: u32Clusters: u32Hints: u32RunsReturned: u32HintsHonored: u32HintsClusters: u32Cache: u32CacheClusters: u32CacheMiss: u32CacheMissClusters: u32Trait Implementations
impl Clone for NTFS_STATISTICS_0
impl Clone for NTFS_STATISTICS_0
impl Copy for NTFS_STATISTICS_0
Auto Trait Implementations
impl RefUnwindSafe for NTFS_STATISTICS_0
impl Send for NTFS_STATISTICS_0
impl Sync for NTFS_STATISTICS_0
impl Unpin for NTFS_STATISTICS_0
impl UnwindSafe for NTFS_STATISTICS_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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