lua_Number

Type Alias lua_Number 

Source
pub type lua_Number = c_double;

Trait Implementations§

Source§

impl Poppable for lua_Number

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_Number

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.