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