Struct windows_sys::Win32::System::Ioctl::FAT_STATISTICS
#[repr(C)]pub struct FAT_STATISTICS {
pub CreateHits: u32,
pub SuccessfulCreates: u32,
pub FailedCreates: u32,
pub NonCachedReads: u32,
pub NonCachedReadBytes: u32,
pub NonCachedWrites: u32,
pub NonCachedWriteBytes: u32,
pub NonCachedDiskReads: u32,
pub NonCachedDiskWrites: u32,
}
Fields§
§CreateHits: u32
§SuccessfulCreates: u32
§FailedCreates: u32
§NonCachedReads: u32
§NonCachedReadBytes: u32
§NonCachedWrites: u32
§NonCachedWriteBytes: u32
§NonCachedDiskReads: u32
§NonCachedDiskWrites: u32
Trait Implementations§
§impl Clone for FAT_STATISTICS
impl Clone for FAT_STATISTICS
impl Copy for FAT_STATISTICS
Auto Trait Implementations§
impl RefUnwindSafe for FAT_STATISTICS
impl Send for FAT_STATISTICS
impl Sync for FAT_STATISTICS
impl Unpin for FAT_STATISTICS
impl UnwindSafe for FAT_STATISTICS
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