Struct rlua_lua53_sys::bindings::lua_Debug
source · [−]#[repr(C)]pub struct lua_Debug {Show 14 fields
pub event: c_int,
pub name: *const c_char,
pub namewhat: *const c_char,
pub what: *const c_char,
pub source: *const c_char,
pub currentline: c_int,
pub linedefined: c_int,
pub lastlinedefined: c_int,
pub nups: c_uchar,
pub nparams: c_uchar,
pub isvararg: c_char,
pub istailcall: c_char,
pub short_src: [c_char; 60],
pub i_ci: *mut CallInfo,
}Fields
event: c_intname: *const c_charnamewhat: *const c_charwhat: *const c_charsource: *const c_charcurrentline: c_intlinedefined: c_intlastlinedefined: c_intnups: c_ucharnparams: c_ucharisvararg: c_charistailcall: c_charshort_src: [c_char; 60]i_ci: *mut CallInfoTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lua_Debug
impl UnwindSafe for lua_Debug
Blanket Implementations
Mutably borrows from an owned value. Read more