Struct v8::value::Int32Array [] [src]

pub struct Int32Array(_, _);

An instance of Int32Array constructor (ES6 draft 15.13.6).

This API is experimental and may change significantly.

Trait Implementations

impl Debug for Int32Array
[src]

Formats the value using the given formatter.

impl Deref for Int32Array
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Clone for Int32Array
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Int32Array
[src]

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