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