Type Alias mozjs::typedarray::HeapInt16Array

source ·
pub type HeapInt16Array = TypedArray<Int16, Box<Heap<*mut JSObject>>>;

Aliased Type§

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

Fields§

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