Function tlua::ffi::lua_rawset

source ·
pub unsafe extern "C" fn lua_rawset(l: *mut lua_State, index: c_int)
Expand description

Similar to lua_settable, but does a raw assignment (i.e., without metamethods). [-2, +0, m]