pub type JSClassGCMark = Option<unsafe extern "C" fn(rt: *mut JSRuntime, val: JSValue, mark_func: JS_MarkFunc)>;

Aliased Type§

enum JSClassGCMark {
    None,
    Some(unsafe extern "C" fn(_: *mut JSRuntime, _: JSValue, _: Option<unsafe extern "C" fn(_: *mut JSRuntime, _: *mut JSGCObjectHeader)>)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut JSRuntime, _: JSValue, _: Option<unsafe extern "C" fn(_: *mut JSRuntime, _: *mut JSGCObjectHeader)>))

Some value of type T.