Type Alias oxi_luajit::ffi::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.