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

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