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.

Gets the major value.

Gets the minor value.

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.

Returns the filesystem statistics of this mount point.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.