Type Alias luaJIT_profile_callback

Source
pub type luaJIT_profile_callback = Option<unsafe extern "C" fn(data: *mut c_void, L: *mut lua_State, samples: c_int, vmstate: c_int)>;

Aliased Type§

pub enum luaJIT_profile_callback {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut lua_State, i32, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut lua_State, i32, i32))

Some value of type T.