Struct js::jsapi::Value [] [src]

#[repr(C)]
pub struct Value { pub data: jsval_layout, }

JS::Value is the interface for a single JavaScript Engine value. A few general notes on JS::Value:

Fields

Trait Implementations

impl Debug for Value
[src]

[src]

Formats the value using the given formatter.

impl Copy for Value
[src]

impl Clone for Value
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl RootKind for Value
[src]

[src]

impl Default for Value
[src]

[src]

Returns the "default value" for a type. Read more

impl GCMethods for Value
[src]

[src]

[src]