Type Alias HeapUint32Array

Source
pub type HeapUint32Array = TypedArray<Uint32, Box<Heap<*mut JSObject>>>;

Aliased Type§

pub struct HeapUint32Array {
    object: Box<Heap<*mut JSObject>>,
    computed: Cell<Option<(*mut u32, usize)>>,
}

Fields§

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