Function rustix::fs::move_mount

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

mount(source, target, NULL, MS_MOVE, NULL)

References