Expand description
Disks information.
This module is enabled with the disk
feature flag (enabled by default).
Modules§
- OS-specific extension for crate types.
Structs§
- Disk I/O counters.
- Mounted disk partition.
- Disk usage statistics.
Enums§
- Known filesystems.
Functions§
- Returns stream which will yield IO counters for all disks available in system.
- Returns future which will resolve into IO counters for each physical disk installed on the system.
- Returns stream which yields mounted disk Partitions.
- Returns stream which yields physical only mounted disk Partitions.
- Returns disk Usage statistics about the partition which contains the given
path
.