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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LuaContext
[src]

[src]

Formats the value using the given formatter.

impl Send for LuaContext
[src]