Type Alias lua_Integer

Source
pub type lua_Integer = c_int;
Expand description

A Lua integer, equivalent to i32.