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