Struct v8::value::Integer [] [src]

pub struct Integer(_, _);

A JavaScript value representing a signed integer.

Methods

impl Integer
[src]

Creates an integer from a set of raw pointers.

Returns the underlying raw pointer behind this integer.

Methods from Deref<Target=Number>

Returns the underlying raw pointer behind this number.

Trait Implementations

impl Debug for Integer
[src]

Formats the value using the given formatter.

impl Deref for Integer
[src]

The resulting type after dereferencing

The method called to dereference a value

impl From<Int32> for Integer
[src]

Performs the conversion.

impl From<Uint32> for Integer
[src]

Performs the conversion.

impl Clone for Integer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Integer
[src]

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