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