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