Struct rlua_lua53_sys::bindings::luaL_Reg
source · [−]#[repr(C)]pub struct luaL_Reg {
pub name: *const c_char,
pub func: lua_CFunction,
}Fields
name: *const c_charfunc: lua_CFunctionTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for luaL_Reg
impl UnwindSafe for luaL_Reg
Blanket Implementations
Mutably borrows from an owned value. Read more