Function lua_setreadonly

Source
pub unsafe extern "C-unwind" fn lua_setreadonly(
    L: *mut lua_State,
    idx: c_int,
    enabled: c_int,
)
Expand description

Sets the readonly status of the table at the given index.