#[repr(C)]pub struct luaL_Reg {
pub name: *const c_char,
pub func: lua_CFunction,
}
Available on crate feature
lua52
only.Fields§
§name: *const c_char
§func: lua_CFunction
Auto Trait Implementations§
impl Freeze for luaL_Reg
impl RefUnwindSafe for luaL_Reg
impl !Send for luaL_Reg
impl !Sync for luaL_Reg
impl Unpin for luaL_Reg
impl UnwindSafe for luaL_Reg
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more