Struct lua51_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 nups: c_int, pub linedefined: c_int, pub lastlinedefined: c_int, pub short_src: [c_char; 60], pub i_ci: c_int, }

Fields

Trait Implementations

impl Copy for lua_Debug
[src]

impl Clone for lua_Debug
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for lua_Debug

impl !Sync for lua_Debug