pub struct FsStats {
pub count: usize,
pub total_bytes: u64,
pub pinned_count: usize,
pub pinned_bytes: u64,
}Expand description
Storage statistics.
Fields§
§count: usize§total_bytes: u64§pinned_count: usize§pinned_bytes: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsStats
impl RefUnwindSafe for FsStats
impl Send for FsStats
impl Sync for FsStats
impl Unpin for FsStats
impl UnwindSafe for FsStats
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