Type Alias mozjs::typedarray::HeapUint32Array
source · pub type HeapUint32Array = TypedArray<Uint32, Box<Heap<*mut JSObject>>>;
Aliased Type§
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)>>