Type Alias mozjs::typedarray::HeapFloat32Array
source · pub type HeapFloat32Array = TypedArray<Float32, Box<Heap<*mut JSObject>>>;
Aliased Type§
struct HeapFloat32Array {
object: Box<Heap<*mut JSObject>>,
computed: Cell<Option<(*mut f32, usize)>>,
}
Fields§
§object: Box<Heap<*mut JSObject>>
§computed: Cell<Option<(*mut f32, usize)>>