Struct lua51_sys::lua_State[][src]

#[repr(C)]
pub struct lua_State { /* fields omitted */ }

Trait Implementations

impl Debug for lua_State
[src]

Formats the value using the given formatter. Read more

impl Copy for lua_State
[src]

impl Clone for lua_State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for lua_State

impl Sync for lua_State