Type Alias mozjs::typedarray::Uint8Array

source ·
pub type Uint8Array = TypedArray<Uint8, *mut JSObject>;

Aliased Type§

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

Fields§

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