Struct rlua_lua54_sys::bindings::luaL_Reg
source · [−]#[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 !Send for luaL_Reg
impl !Sync for luaL_Reg
impl Unpin for luaL_Reg
impl UnwindSafe for luaL_Reg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more