pub type ReduceMicrosecondTimePrecisionCallback = Option<unsafe extern "C" fn(arg1: f64, arg2: RTPCallerTypeToken, arg3: *mut JSContext) -> f64>;Aliased Type§
pub enum ReduceMicrosecondTimePrecisionCallback {
None,
Some(unsafe extern "C" fn(f64, RTPCallerTypeToken, *mut JSContext) -> f64),
}Variants§
None
No value.
Some(unsafe extern "C" fn(f64, RTPCallerTypeToken, *mut JSContext) -> f64)
Some value of type T.
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.