Type Alias script::dom::bindings::import::module::jsapi::IterateGCThingCallback

source ·
pub type IterateGCThingCallback = Option<unsafe extern "C" fn(_: *mut c_void, _: GCCellPtr, _: *const AutoRequireNoGC)>;

Aliased Type§

enum IterateGCThingCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: GCCellPtr, _: *const AutoRequireNoGC)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: GCCellPtr, _: *const AutoRequireNoGC))

Some value of type T.