Struct lfs_core::MountInfo [−][src]
pub struct MountInfo {
pub id: MountId,
pub parent: MountId,
pub dev: DeviceId,
pub root: PathBuf,
pub mount_point: PathBuf,
pub fs: String,
pub fs_type: String,
}Expand description
A mount point as described in /proc/self/mountinfo
Fields
id: MountIdparent: MountIddev: DeviceIdroot: PathBufmount_point: PathBuffs: Stringfs_type: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MountInfoimpl UnwindSafe for MountInfoBlanket Implementations
Mutably borrows from an owned value. Read more