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