Expand description
Types and traits for working with binary buffers.
Structs§
- An error returned by
TypedArray::try_borroworTypedArray::try_borrow_mutindicating 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.