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