[][src]Function lua_rs::ffi::lua::lua_copy

pub unsafe extern "C" fn lua_copy(
    l: *mut lua_State,
    fromidx: c_int,
    toidx: c_int
)