pub type HeapUint16Array = TypedArray<Uint16, Box<Heap<*mut JSObject>>>;Aliased Type§
pub struct HeapUint16Array {
object: Box<Heap<*mut JSObject>>,
computed: Cell<ArrayData<u16>>,
}Fields§
§object: Box<Heap<*mut JSObject>>§computed: Cell<ArrayData<u16>>