Function rustix::mount::mount_unmount::mount_change

source ·
pub fn mount_change<Target: Arg>(
    target: Target,
    flags: MountPropagationFlags,
) -> Result<()>
Expand description

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

§References