Struct td_rlua::lua_tables::LuaTable [] [src]

pub struct LuaTable { /* fields omitted */ }

Represents a table stored in the Lua context.

Loading this type mutably borrows the Lua context.

Methods

impl LuaTable
[src]

[src]

Destroys the LuaTable and returns its inner Lua context. Useful when it takes Lua by value.

[src]

Iterates over the elements inside the table.

[src]

Loads a value in the table given its index.

[src]

Inserts or modifies an elements of the table.

[src]

Inserts or modifies an elements of the table.

[src]

[src]

[src]

Trait Implementations

impl LuaRead for LuaTable
[src]

[src]

Reads the data from Lua at a given position.

[src]

Reads the data from Lua.

[src]

Reads the data from Lua at a given position.

impl Drop for LuaTable
[src]

[src]

Executes the destructor for this type. Read more