Module memory_region

Source
Expand description

Module containing the definitions for memory regions

Structs§

ArrayMemoryRegion
A memory region that is backed by a stack allocated array
MemoryRegionIterator
An iterator that iterates over the serialized bytes of a memory region
SliceMemoryRegion
A memory region that is backed by a slice
VecMemoryRegion
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§

MemoryRegion
A collection of bytes that capture a memory region