Struct linux_info::storage::MountPoints
source · [−]pub struct MountPoints { /* private fields */ }Expand description
Read mount points from /proc/self/mountinfo.
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 MountPoints
impl Send for MountPoints
impl Sync for MountPoints
impl Unpin for MountPoints
impl UnwindSafe for MountPoints
Blanket Implementations
Mutably borrows from an owned value. Read more