devela::_dep::rustix::mount

Function mount_change

pub fn mount_change<Target>(
    target: Target,
    flags: MountPropagationFlags,
) -> Result<(), Errno> 
where Target: Arg,
Available on crate feature dep_rustix only.
Expand description

mount(NULL, target, NULL, mountflags, NULL)

§References