Struct sys_mount::Mounts [−][src]
pub struct Mounts(pub Vec<UnmountDrop<Mount>>);
Expand description
An abstraction that will ensure that temporary mounts are dropped in reverse.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mountsimpl UnwindSafe for Mounts