Type Alias HeapUint8Array

Source
pub type HeapUint8Array = TypedArray<Uint8, Box<Heap<*mut JSObject>>>;

Aliased Type§

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

Fields§

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