Static rglua::lua::lua_pushboolean[][src]

pub static lua_pushboolean: Lazy<extern "C" fn(l: LuaState, s: c_int)>
Expand description

Pushes a boolean onto the stack. Note this is still a c_int so use 0 for false and 1 for true.