devela::_dep::rustix::fs

Function bind_mount

pub fn bind_mount<Source, Target>(
    source: Source,
    target: Target,
) -> Result<(), Errno> 
where Source: Arg, Target: Arg,
Available on crate feature dep_rustix only.
Expand description

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

§References