Type Alias Uint8ClampedArray

Source
pub type Uint8ClampedArray = TypedArray<ClampedU8, *mut JSObject>;

Aliased Type§

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

Fields§

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