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 duplicate 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 for MountPoints
impl PartialEq for MountPoints
impl Eq for MountPoints
impl StructuralPartialEq for MountPoints
Auto Trait Implementations§
impl Freeze for MountPoints
impl RefUnwindSafe for MountPoints
impl Send for MountPoints
impl Sync for MountPoints
impl Unpin for MountPoints
impl UnwindSafe for MountPoints
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more