#[repr(C)]pub struct lua_val {
pub name: *const c_char,
pub type_: l_valtype,
pub v: lua_val__bindgen_ty_1,
}Fields§
§name: *const c_char§type_: l_valtype§v: lua_val__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for lua_val
impl RefUnwindSafe for lua_val
impl !Send for lua_val
impl !Sync for lua_val
impl Unpin for lua_val
impl UnwindSafe for lua_val
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