Function rustix::mount::mount_unmount::mount_bind

source ·
pub fn mount_bind<Source: Arg, Target: Arg>(
    source: Source,
    target: Target,
) -> Result<()>
Expand description

mount(source, target, NULL, MS_BIND, NULL)

§References