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