Type Alias mozjs::typedarray::Uint32Array

source ·
pub type Uint32Array = TypedArray<Uint32, *mut JSObject>;

Aliased Type§

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

Fields§

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