Struct js::typedarray::Int8 [] [src]

pub struct Int8;

A kind of typed array.

Trait Implementations

impl TypedArrayElement for Int8
[src]

Underlying primitive representation of this element type.

[src]

Unwrap a typed array JS reflector for this element type.

[src]

Retrieve the length and data of a typed array's buffer for this element type.

impl TypedArrayElementCreator for Int8
[src]

[src]

Create a new typed array.

[src]

Get the data.