Enum javascriptcore_sys::JSTypedArrayType [] [src]

#[repr(u32)]
pub enum JSTypedArrayType { Int8Array, Int16Array, Int32Array, Uint8Array, Uint8ClampedArray, Uint16Array, Uint32Array, Float32Array, Float64Array, ArrayBuffer, None, }

A constant identifying the Typed Array type of a JSObjectRef.

Variants

Int8Array

Int16Array

Int32Array

Uint8Array

Uint8ClampedArray

Uint16Array

Uint32Array

Float32Array

Float64Array

ArrayBuffer

Not a Typed Array

Trait Implementations

impl Debug for JSTypedArrayType
[src]

Formats the value using the given formatter.

impl Copy for JSTypedArrayType
[src]

impl Clone for JSTypedArrayType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for JSTypedArrayType
[src]

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

This method tests for !=.

impl Eq for JSTypedArrayType
[src]

impl Hash for JSTypedArrayType
[src]

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

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