Static rglua::lua::lua_rawset[][src]

pub static lua_rawset: Lazy<extern "C" fn(l: LuaState, idx: c_int)>
Expand description

Same as lua_settable, but without calling any metamethods.