pub type ArrayBuffer = TypedArray<ArrayBufferU8, *mut JSObject>;Aliased Type§
pub struct ArrayBuffer {
object: *mut JSObject,
computed: Cell<Option<(*mut u8, usize)>>,
}Fields§
§object: *mut JSObject§computed: Cell<Option<(*mut u8, usize)>>