Struct rlua::LuaTable [] [src]

pub struct LuaTable<'lua>(_);

Handle to an an internal lua table

Methods

impl<'lua> LuaTable<'lua>
[src]

Equivalent to the result of the lua '#' operator.

Strictly interpret the table as an array, and fail if it is not a proper lua array.

Trait Implementations

impl<'lua> Clone for LuaTable<'lua>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'lua> Debug for LuaTable<'lua>
[src]

Formats the value using the given formatter.

impl<'lua> ToLua<'lua> for LuaTable<'lua>
[src]

impl<'lua> FromLua<'lua> for LuaTable<'lua>
[src]