Skip to main content

lua_rawset

Function lua_rawset 

Source
pub fn lua_rawset(
    cx: &mut Cx,
    table: &Value,
    key: Value,
    value: Value,
) -> Result<()>
Expand description

Performs a raw Lua table write without consulting __newindex.