TypedArray in js_sys - Rust (original) (raw)

Skip to main content

js_sys0.3.91

TypedArray

Dyn Compatibility

Implementors

In crate js_sys

js_sys

Trait TypedArray

Source

pub trait TypedArray: JsGeneric { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl TypedArray for BigInt64Array

Source§

impl TypedArray for BigUint64Array

Source§

impl TypedArray for Float32Array

Source§

impl TypedArray for Float64Array

Source§

impl TypedArray for Int8Array

Source§

impl TypedArray for Int16Array

Source§

impl TypedArray for Int32Array

Source§

impl TypedArray for Uint8Array

Source§

impl TypedArray for Uint8ClampedArray

Source§

impl TypedArray for Uint16Array

Source§

impl TypedArray for Uint32Array