Type Alias mozjs::typedarray::Float64Array

source ·
pub type Float64Array = TypedArray<Float64, *mut JSObject>;

Aliased Type§

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

Fields§

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