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