Struct td_rlua::LuaGuard [] [src]

pub struct LuaGuard {
    pub lua: *mut lua_State,
    pub size: i32,
}

Fields

Methods

impl LuaGuard
[src]

Trait Implementations

impl Drop for LuaGuard
[src]

A method called when the value goes out of scope. Read more