Function rawset

Source
pub unsafe extern "C" fn rawset(state: lua_State, index: i32)
Expand description

Similar to settable (lua_settable), but does a raw assignment (i.e., without metamethods).