Expand description
Types and traits for working with binary buffers.
Structs§
- An error returned by
TypedArray::try_borrow
orTypedArray::try_borrow_mut
indicating that a mutable borrow would overlap with another borrow. - Wraps binary data immutably borrowed from a JavaScript value.
- Wraps binary data mutably borrowed from a JavaScript value.
- Represents a typed region of an
ArrayBuffer
.
Traits§
- A marker trait for all possible element types of binary buffers.
- A trait allowing Rust to borrow binary data from the memory buffer of JavaScript typed arrays.