lua_Integer

Type Alias lua_Integer 

Source
pub type lua_Integer = isize;

Trait Implementations§

Source§

impl Poppable for lua_Integer

Source§

unsafe fn pop(state: *mut lua_State) -> Result<Self, Error>

Pops the value at the top of the stack.
Source§

impl Pushable for lua_Integer

Source§

unsafe fn push(self, lstate: *mut lua_State) -> Result<c_int, Error>

Pushes all its values on the Lua stack, returning the number of values that it pushed.