pub struct ReadWriteStats {
pub write: u32,
pub read: u32,
}
Fields§
§write: u32
This is the number of write(2) system calls made to files in XFS file systems.
read: u32
This is the number of read(2) system calls made to files in XFS file systems.
Auto Trait Implementations§
impl Freeze for ReadWriteStats
impl RefUnwindSafe for ReadWriteStats
impl Send for ReadWriteStats
impl Sync for ReadWriteStats
impl Unpin for ReadWriteStats
impl UnwindSafe for ReadWriteStats
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