devela::_dep::rustix::fs

Function change_mount

pub fn change_mount<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