Struct v8::value::Uint32 [] [src]

pub struct Uint32(_, _);

A JavaScript value representing a 32-bit unsigned integer.

Methods

impl Uint32
[src]

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

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

Methods from Deref<Target=Integer>

Returns the underlying raw pointer behind this integer.

Trait Implementations

impl Debug for Uint32
[src]

Formats the value using the given formatter.

impl Deref for Uint32
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Clone for Uint32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Uint32
[src]

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