Struct linux_info::storage::Partitions
source · [−]pub struct Partitions { /* private fields */ }Expand description
Read partitions from /proc/partitions.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Partitions
impl Send for Partitions
impl Sync for Partitions
impl Unpin for Partitions
impl UnwindSafe for Partitions
Blanket Implementations
Mutably borrows from an owned value. Read more