Enum js::jsapi::JSValueTag [] [src]

#[repr(u32)]
pub enum JSValueTag { JSVAL_TAG_MAX_DOUBLE, JSVAL_TAG_INT32, JSVAL_TAG_UNDEFINED, JSVAL_TAG_STRING, JSVAL_TAG_SYMBOL, JSVAL_TAG_BOOLEAN, JSVAL_TAG_MAGIC, JSVAL_TAG_NULL, JSVAL_TAG_OBJECT, JSVAL_TAG_PRIVATE_GCTHING, }

Variants

Trait Implementations

impl Debug for JSValueTag
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSValueTag
[src]

impl Clone for JSValueTag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for JSValueTag
[src]

impl PartialEq for JSValueTag
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Hash for JSValueTag
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more