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