Type Alias rquickjs::qjs::JSJobFunc

source ·
pub type JSJobFunc = Option<unsafe extern "C" fn(_: *mut JSContext, _: i32, _: *mut u64) -> u64>;

Aliased Type§

enum JSJobFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut JSContext, _: i32, _: *mut u64) -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut JSContext, _: i32, _: *mut u64) -> u64)

Some value of type T.