Struct v8::value::Boolean [] [src]

pub struct Boolean(_, _);

A primitive boolean value (ECMA-262, 4.3.14). Either the true or false value.

Methods

impl Boolean
[src]

Creates a boolean from a set of raw pointers.

Returns the underlying raw pointer behind this boolean.

Methods from Deref<Target=Primitive>

Returns the underlying raw pointer behind this primitive.

Trait Implementations

impl Debug for Boolean
[src]

Formats the value using the given formatter.

impl Deref for Boolean
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Clone for Boolean
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Boolean
[src]

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