Type Alias Float32Array

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

Aliased Type§

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

Fields§

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