Struct hlua::LuaContext [] [src]

pub struct LuaContext(_);

Opaque type that contains the raw Lua context.

Trait Implementations

impl Copy for LuaContext
[src]

impl Clone for LuaContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Send for LuaContext
[src]