Type Alias mozjs_sys::jsapi::JS::ReduceMicrosecondTimePrecisionCallback

source ·
pub type ReduceMicrosecondTimePrecisionCallback = Option<unsafe extern "C" fn(arg1: f64, arg2: RTPCallerTypeToken, arg3: *mut JSContext) -> f64>;

Aliased Type§

enum ReduceMicrosecondTimePrecisionCallback {
    None,
    Some(unsafe extern "C" fn(_: f64, _: RTPCallerTypeToken, _: *mut JSContext) -> f64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.