Type Alias mozjs::typedarray::HeapInt32Array

source ·
pub type HeapInt32Array = TypedArray<Int32, Box<Heap<*mut JSObject>>>;

Aliased Type§

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

Fields§

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