Type Alias mozjs::typedarray::Int16Array
source · pub type Int16Array = TypedArray<Int16, *mut JSObject>;
Aliased Type§
struct Int16Array {
object: *mut JSObject,
computed: Cell<Option<(*mut i16, usize)>>,
}
Fields§
§object: *mut JSObject
§computed: Cell<Option<(*mut i16, usize)>>