Struct lua_jit_sys::luaL_Reg [] [src]

#[repr(C)]
pub struct luaL_Reg { pub name: *const c_char, pub func: lua_CFunction, }

Fields

Trait Implementations

impl Debug for luaL_Reg
[src]

[src]

Formats the value using the given formatter.

impl Copy for luaL_Reg
[src]

impl Clone for luaL_Reg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more