[][src]Function mount_api::move_mount

pub fn move_mount<P: ?Sized, Q: ?Sized>(
    from_dfd: RawFd,
    from_pathname: &P,
    to_dfd: RawFd,
    to_pathname: &Q,
    flags: MoveMountFlags
) -> Result<()> where
    P: NixPath,
    Q: NixPath