Type Alias mozjs::typedarray::HeapInt8Array

source ·
pub type HeapInt8Array = TypedArray<Int8, Box<Heap<*mut JSObject>>>;

Aliased Type§

struct HeapInt8Array {
    object: Box<Heap<*mut JSObject>>,
    computed: Cell<Option<(*mut i8, usize)>>,
}

Fields§

§object: Box<Heap<*mut JSObject>>§computed: Cell<Option<(*mut i8, usize)>>