#[repr(C)]pub struct lua_reg {
pub name: *const c_char,
pub func: lua_CFunction,
}Fields§
§name: *const c_char§func: lua_CFunctionTrait Implementations§
Auto Trait Implementations§
impl Freeze for lua_reg
impl RefUnwindSafe for lua_reg
impl !Send for lua_reg
impl !Sync for lua_reg
impl Unpin for lua_reg
impl UnwindSafe for lua_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