Type Alias tlua::LuaState

source ·
pub type LuaState = *mut lua_State;

Trait Implementations§

source§

impl<L: AsLua> LuaRead<L> for LuaState

source§

fn lua_read_at_maybe_zero_position(lua: L, _: i32) -> ReadResult<Self, L>

source§

fn lua_read_at_position(lua: L, _: NonZeroI32) -> ReadResult<Self, L>

Reads the data from Lua at a given position.
source§

fn n_values_expected() -> i32

source§

fn lua_read(lua: L) -> ReadResult<Self, L>

Reads the data from Lua.