Expand description
Module containing the definitions for memory regions
Structs§
- Array
Memory Region - A memory region that is backed by a stack allocated array
- Memory
Region Iterator - An iterator that iterates over the serialized bytes of a memory region
- Slice
Memory Region - A memory region that is backed by a slice
- VecMemory
Region - A memory region that is backed by a stack allocated array
Constants§
- MEMORY_
REGION_ IDENTIFIER - The identifier that is being used in the byte iterator to be able to differentiate between memory regions and register data
Traits§
- Memory
Region - A collection of bytes that capture a memory region