[][src]Struct luajit::ffi::lua::lua_Debug

#[repr(C)]
pub struct lua_Debug { pub event: c_int, pub name: *const c_schar, pub namewhat: *const c_schar, pub what: *const c_schar, pub source: *const c_schar, pub currentline: c_int, pub nups: c_int, pub linedefined: c_int, pub lastlinedefined: c_int, pub short_src: [c_schar; 60], // some fields omitted }

Fields

event: c_intname: *const c_scharnamewhat: *const c_scharwhat: *const c_scharsource: *const c_scharcurrentline: c_intnups: c_intlinedefined: c_intlastlinedefined: c_intshort_src: [c_schar; 60]

Auto Trait Implementations

impl !Send for lua_Debug

impl !Sync for lua_Debug

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]