Struct v8::value::TypedArray [] [src]

pub struct TypedArray(_, _);

A base class for an instance of TypedArray series of constructors (ES6 draft 15.13.6).

This API is experimental and may change significantly.

Trait Implementations

impl Debug for TypedArray
[src]

Formats the value using the given formatter.

impl Deref for TypedArray
[src]

The resulting type after dereferencing

The method called to dereference a value

impl From<Uint8Array> for TypedArray
[src]

Performs the conversion.

impl From<Uint8ClampedArray> for TypedArray
[src]

Performs the conversion.

impl From<Int8Array> for TypedArray
[src]

Performs the conversion.

impl From<Uint16Array> for TypedArray
[src]

Performs the conversion.

impl From<Int16Array> for TypedArray
[src]

Performs the conversion.

impl From<Uint32Array> for TypedArray
[src]

Performs the conversion.

impl From<Int32Array> for TypedArray
[src]

Performs the conversion.

impl From<Float32Array> for TypedArray
[src]

Performs the conversion.

impl From<Float64Array> for TypedArray
[src]

Performs the conversion.

impl Clone for TypedArray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for TypedArray
[src]

A method called when the value goes out of scope. Read more