Type Alias mozjs::typedarray::Int8Array

source ·
pub type Int8Array = TypedArray<Int8, *mut JSObject>;

Aliased Type§

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

Fields§

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