Type Alias mozjs::typedarray::Int32Array

source ·
pub type Int32Array = TypedArray<Int32, *mut JSObject>;

Aliased Type§

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

Fields§

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