Skip to main content

HeapInt16Array

Type Alias HeapInt16Array 

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

Aliased Type§

pub struct HeapInt16Array {
    object: Box<Heap<*mut JSObject>>,
    computed: Cell<ArrayData<i16>>,
}

Fields§

§object: Box<Heap<*mut JSObject>>§computed: Cell<ArrayData<i16>>