Struct linux_info::storage::Partitions
source · pub struct Partitions { /* private fields */ }Expand description
Read partitions from /proc/partitions.
Implementations§
Trait Implementations§
source§impl Clone for Partitions
impl Clone for Partitions
source§fn clone(&self) -> Partitions
fn clone(&self) -> Partitions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Partitions
impl Debug for Partitions
source§impl PartialEq<Partitions> for Partitions
impl PartialEq<Partitions> for Partitions
source§fn eq(&self, other: &Partitions) -> bool
fn eq(&self, other: &Partitions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.