Type Alias mozjs::typedarray::HeapFloat64Array

source ·
pub type HeapFloat64Array = TypedArray<Float64, Box<Heap<*mut JSObject>>>;

Aliased Type§

struct HeapFloat64Array {
    object: Box<Heap<*mut JSObject>>,
    computed: Cell<Option<(*mut f64, usize)>>,
}

Fields§

§object: Box<Heap<*mut JSObject>>§computed: Cell<Option<(*mut f64, usize)>>