Type Alias mozjs::typedarray::Float32Array

source ·
pub type Float32Array = TypedArray<Float32, *mut JSObject>;

Aliased Type§

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

Fields§

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