Struct luaext::types::nil::LuaNil
[−]
[src]
pub struct LuaNil { /* fields omitted */ }Represents a nil value on the Lua stack
Methods
impl LuaNil[src]
Trait Implementations
impl LuaStackable for LuaNil[src]
fn get_pos(&self) -> Index
Get the position of this value on the stack
impl ToLua for LuaNil[src]
fn to_lua(&self, state: &mut State)
Pushes a value of type Self onto the stack of a Lua state.