pub struct LuaLReg {
pub name: *const i8,
pub func: Option<unsafe fn(*mut lua_State) -> i32>,
}Fields§
§name: *const i8§func: Option<unsafe fn(*mut lua_State) -> i32>Trait Implementations§
Auto Trait Implementations§
impl !Send for LuaLReg
impl !Sync for LuaLReg
impl Freeze for LuaLReg
impl RefUnwindSafe for LuaLReg
impl Unpin for LuaLReg
impl UnsafeUnpin for LuaLReg
impl UnwindSafe for LuaLReg
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