Function rustix::fs::bind_mount

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

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

References