pub type HeapUint8ClampedArray = TypedArray<ClampedU8, Box<Heap<*mut JSObject>>>;Aliased Type§
pub struct HeapUint8ClampedArray {
object: Box<Heap<*mut JSObject>>,
computed: Cell<Option<*mut [u8]>>,
}Fields§
§object: Box<Heap<*mut JSObject>>§computed: Cell<Option<*mut [u8]>>