Struct lua52_sys::lua_Debug[][src]

#[repr(C)]
pub struct lua_Debug { 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], }

Fields

Trait Implementations

impl Default for lua_Debug
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for lua_Debug

impl !Sync for lua_Debug