Struct v8::value::Number [] [src]

pub struct Number(_, _);

A JavaScript number value (ECMA-262, 4.3.20)

Methods

impl Number
[src]

Creates a number from a set of raw pointers.

Returns the underlying raw pointer behind this number.

Methods from Deref<Target=Primitive>

Returns the underlying raw pointer behind this primitive.

Trait Implementations

impl Debug for Number
[src]

Formats the value using the given formatter.

impl Deref for Number
[src]

The resulting type after dereferencing

The method called to dereference a value

impl From<Integer> for Number
[src]

Performs the conversion.

impl From<Int32> for Number
[src]

Performs the conversion.

impl From<Uint32> for Number
[src]

Performs the conversion.

impl Clone for Number
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Number
[src]

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