Struct lua::ffi::luaL_Reg [] [src]

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

Fields