Struct v8::value::Data [] [src]

pub struct Data(_, _);

The superclass of values and API object templates.

Methods

impl Data
[src]

Creates a data from a set of raw pointers.

Returns the underlying raw pointer behind this primitive.

Trait Implementations

impl From<Template> for Data
[src]

Performs the conversion.

impl From<Signature> for Data
[src]

Performs the conversion.

impl Debug for Data
[src]

Formats the value using the given formatter.

impl From<Value> for Data
[src]

Performs the conversion.

impl Clone for Data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Data
[src]

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