[][src]Module luajit::types

Traits

LuaObject

Structs can implement this trait to enable easy interaction with the Lua stack. Any struct implementing this trait can be pushed to the Lua stack as userdata.

LuaValue

Represents any value that can be pushed onto the Lua stack

Type Definitions

LuaFunction