Type Alias lua_Unsigned

Source
pub type lua_Unsigned = c_uint;
Expand description

A Lua unsigned integer, equivalent to u32 in Lua 5.2