pub type ArrayBuffer = TypedArray<ArrayBufferU8, *mut JSObject>;

Aliased Type§

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

Fields§

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