pub struct LuaLReg {
pub name: *const c_char,
pub func: lua_CFunction,
}Fields§
§name: *const c_char§func: lua_CFunctionTrait 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