pub type HeapUint8Array = TypedArray<Uint8, Box<Heap<*mut JSObject>>>;Aliased Type§
pub struct HeapUint8Array {
object: Box<Heap<*mut JSObject>>,
computed: Cell<Option<*mut [u8]>>,
}Fields§
§object: Box<Heap<*mut JSObject>>§computed: Cell<Option<*mut [u8]>>