Struct v8::value::Int32 [] [src]

pub struct Int32(_, _);

A JavaScript value representing a 32-bit signed integer.

Methods

impl Int32
[src]

Creates a 32-bit integer from a set of raw pointers.

Returns the underlying raw pointer behind this 32-bit integer.

Methods from Deref<Target=Integer>

Returns the underlying raw pointer behind this integer.

Trait Implementations

impl Debug for Int32
[src]

Formats the value using the given formatter.

impl Deref for Int32
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Clone for Int32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Int32
[src]

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