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: MountId
parent: MountId
dev: DeviceId
root: PathBuf
mount_point: PathBuf
fs: String
fs_type: String
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MountInfo
impl UnwindSafe for MountInfo
Blanket Implementations
Mutably borrows from an owned value. Read more