Enum procfs::process::MountOptFields
source · Expand description
Optional fields used in MountInfo
Variants§
This mount point is shared in peer group. Each peer group has a unique ID that is automatically generated by the kernel, and all mount points in the same peer group will show the same ID
Master(u32)
THis mount is a slave to the specified shared peer group.
PropagateFrom(u32)
This mount is a slave and receives propagation from the shared peer group
Unbindable
This is an unbindable mount
Trait Implementations§
source§impl Clone for MountOptFields
impl Clone for MountOptFields
source§fn clone(&self) -> MountOptFields
fn clone(&self) -> MountOptFields
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more