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