Function rustix::mount::mount_unmount::mount_move
source · pub fn mount_move<Source: Arg, Target: Arg>(
source: Source,
target: Target,
) -> Result<()>
Expand description
mount(source, target, NULL, MS_MOVE, NULL)
This is not the same as the move_mount
syscall. If you want to use that,
use move_mount
instead.