Struct nanos_sdk_rs::sdk::lua_Debug [−][src]
#[repr(C)]pub struct lua_Debug {Show 17 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 srclen: size_t,
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 ftransfer: c_ushort,
pub ntransfer: c_ushort,
pub short_src: [c_char; 60],
pub i_ci: *mut CallInfo,
}
Fields
event: c_int
name: *const c_char
namewhat: *const c_char
what: *const c_char
source: *const c_char
srclen: size_t
currentline: c_int
linedefined: c_int
lastlinedefined: c_int
nups: c_uchar
nparams: c_uchar
isvararg: c_char
istailcall: c_char
ftransfer: c_ushort
ntransfer: c_ushort
short_src: [c_char; 60]
i_ci: *mut CallInfo
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lua_Debug
impl UnwindSafe for lua_Debug
Blanket Implementations
Mutably borrows from an owned value. Read more