Struct linux_info::storage::MountPoints
source · [−]pub struct MountPoints { /* private fields */ }Expand description
Read mount points from /proc/self/mountinfo.
Implementations
Trait Implementations
sourceimpl Clone for MountPoints
impl Clone for MountPoints
sourcefn clone(&self) -> MountPoints
fn clone(&self) -> MountPoints
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 MountPoints
impl Debug for MountPoints
sourceimpl PartialEq<MountPoints> for MountPoints
impl PartialEq<MountPoints> for MountPoints
sourcefn eq(&self, other: &MountPoints) -> bool
fn eq(&self, other: &MountPoints) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &MountPoints) -> bool
fn ne(&self, other: &MountPoints) -> bool
This method tests for !=.
impl Eq for MountPoints
impl StructuralEq for MountPoints
impl StructuralPartialEq for MountPoints
Auto Trait Implementations
impl RefUnwindSafe for MountPoints
impl Send for MountPoints
impl Sync for MountPoints
impl Unpin for MountPoints
impl UnwindSafe for MountPoints
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