mlua_sys::lua53::lua

Function lua_xmove

Source
pub unsafe extern "C-unwind" fn lua_xmove(
    from: *mut lua_State,
    to: *mut lua_State,
    n: c_int,
)
Available on crate feature lua53 only.