Type Alias mozjs::typedarray::HeapUint8Array
source · pub type HeapUint8Array = TypedArray<Uint8, Box<Heap<*mut JSObject>>>;
Aliased Type§
struct HeapUint8Array {
object: Box<Heap<*mut JSObject>>,
computed: Cell<Option<(*mut u8, usize)>>,
}
Fields§
§object: Box<Heap<*mut JSObject>>
§computed: Cell<Option<(*mut u8, usize)>>