Type Alias Int8Array

Source
pub type Int8Array = TypedArray<Int8, *mut JSObject>;

Aliased Type§

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

Fields§

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