#[repr(C)]pub struct lua_Debug {}Fields§
§event: i32§name: *const i8§namewhat: *const i8§what: *const i8§source: *const i8§currentline: i32§linedefined: i32§lastlinedefined: i32§nups: u8§nparams: u8§isvararg: i8§istailcall: i8§short_src: [i8; 60]Trait Implementations§
Auto Trait Implementations§
impl Freeze for lua_Debug
impl RefUnwindSafe for lua_Debug
impl !Send for lua_Debug
impl !Sync for lua_Debug
impl Unpin for lua_Debug
impl UnwindSafe for lua_Debug
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