Struct linux_info::storage::MountPoints
source · pub struct MountPoints { /* private fields */ }Expand description
Read mount points from /proc/self/mountinfo.
Implementations§
source§impl MountPoints
impl MountPoints
Trait Implementations§
source§impl Clone for MountPoints
impl Clone for MountPoints
source§fn clone(&self) -> MountPoints
fn clone(&self) -> MountPoints
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 MountPoints
impl Debug for MountPoints
source§impl PartialEq<MountPoints> for MountPoints
impl PartialEq<MountPoints> for MountPoints
source§fn 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 ==.