Struct hlua::LuaContext [] [src]

pub struct LuaContext(_);

Opaque type that contains the raw Lua context.

Trait Implementations

impl Clone for LuaContext
[src]

fn clone(&self) -> LuaContext

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for LuaContext
[src]

impl Send for LuaContext
[src]