Skip to main content

Uint16Array

Type Alias Uint16Array 

Source
pub type Uint16Array = TypedArray<Uint16, *mut JSObject>;

Aliased Type§

pub struct Uint16Array {
    object: *mut JSObject,
    computed: Cell<ArrayData<u16>>,
}

Fields§

§object: *mut JSObject§computed: Cell<ArrayData<u16>>