Type Alias mozjs::jsapi::JSDestroyZoneCallback

source ·
pub type JSDestroyZoneCallback = Option<unsafe extern "C" fn(_: *mut GCContext, _: *mut Zone)>;

Aliased Type§

enum JSDestroyZoneCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut GCContext, _: *mut Zone)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GCContext, _: *mut Zone))

Some value of type T.