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
Int8ArrayInt8Array
Int16ArrayInt16Array
Int32ArrayInt32Array
Uint8ArrayUint8Array
Uint8ClampedArrayUint8ClampedArray
Uint16ArrayUint16Array
Uint32ArrayUint32Array
Float32ArrayFloat32Array
Float64ArrayFloat64Array
ArrayBufferArrayBuffer
NoneNot a Typed Array
Trait Implementations
impl Debug for JSTypedArrayType[src]
impl Copy for JSTypedArrayType[src]
impl Clone for JSTypedArrayType[src]
fn clone(&self) -> JSTypedArrayType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for JSTypedArrayType[src]
fn eq(&self, __arg_0: &JSTypedArrayType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.