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

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

References