Struct linux_info::storage::MountPoint
source · [−]pub struct MountPoint<'a> { /* private fields */ }Implementations
Returns every value separated by a space.
A unique ID for the mount (may be reused after umount).
The ID of the parent mount (or of self for the root of this mount namespace’s mount tree).
major:minor: the value of st_dev for files on this filesystem.
the pathname of the directory in the filesystem which forms the root of this mount.
The pathname of the mount point relative to the process’s root directory.
Per-mount options.
Currently, the possible optional fields are shared, master,
propagate_from, and unbindable.
The filesystem type in the form “type[.subtype]”.
Filesystem-specific information.
df command uses this information as Filesystem.
Per-superblock options.
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<'a> RefUnwindSafe for MountPoint<'a>
impl<'a> Send for MountPoint<'a>
impl<'a> Sync for MountPoint<'a>
impl<'a> Unpin for MountPoint<'a>
impl<'a> UnwindSafe for MountPoint<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more