Struct linux_info::storage::FsStat
source · [−]pub struct FsStat { /* private fields */ }Expand description
Filesystem statistics
Implementations
Reads filesystems staticstics for a given file descriptor.
Returns true if the total blocks is bigger than zero.
The block size in bytes used for this filesystem.
The total block count.
The blocks that are still free may not all be accessible to unprivileged users.
The blocks that are free and accessible to unprivileged users.
The blocks that are already used.
The size of the available space to unprivileged users.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FsStat
impl UnwindSafe for FsStat
Blanket Implementations
Mutably borrows from an owned value. Read more