Struct lua_jit_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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more