pub struct MountPoint { /* private fields */ }
Expand description
Represents a line of /proc/mounts
Implementations§
Source§impl MountPoint
impl MountPoint
Trait Implementations§
Source§impl Debug for MountPoint
impl Debug for MountPoint
Source§impl Default for MountPoint
impl Default for MountPoint
Source§fn default() -> MountPoint
fn default() -> MountPoint
Returns the “default value” for a type. Read more
Source§impl PartialEq for MountPoint
impl PartialEq for MountPoint
impl Eq for MountPoint
impl StructuralPartialEq for MountPoint
Auto Trait Implementations§
impl Freeze for MountPoint
impl RefUnwindSafe for MountPoint
impl Send for MountPoint
impl Sync for MountPoint
impl Unpin for MountPoint
impl UnwindSafe for MountPoint
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