Type Alias Uint32Array

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

Aliased Type§

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

Fields§

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