Struct v8::value::DataView [] [src]

pub struct DataView(_, _);

An instance of DataView constructor (ES6 draft 15.13.7).

This API is experimental and may change significantly.

Trait Implementations

impl Debug for DataView
[src]

Formats the value using the given formatter.

impl Deref for DataView
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Clone for DataView
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for DataView
[src]

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