Struct linux_info::storage::Partitions
source · [−]pub struct Partitions { /* private fields */ }Expand description
Read partitions from /proc/partitions.
Implementations
Trait Implementations
sourceimpl Clone for Partitions
impl Clone for Partitions
sourcefn clone(&self) -> Partitions
fn clone(&self) -> Partitions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Partitions
impl Debug for Partitions
sourceimpl PartialEq<Partitions> for Partitions
impl PartialEq<Partitions> for Partitions
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &Partitions) -> bool
fn ne(&self, other: &Partitions) -> bool
This method tests for !=.
impl Eq for Partitions
impl StructuralEq for Partitions
impl StructuralPartialEq for Partitions
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more