Function lua_getreadonly

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

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