Expand description
Module containing abstracts for dealing with contiguous regions of guest memory
Structs§
- Guest
Region Collection GuestMemoryBackendimplementation based on a homogeneous collection ofGuestMemoryRegionimplementations.
Enums§
- Guest
Region Collection Error - Errors that can occur when dealing with
GuestRegionCollections
Traits§
- Guest
Memory Region - Represents a continuous region of guest physical memory.
- Guest
Memory Region Bytes - A marker trait that if implemented on a type
Rmakes available a default implementation ofBytes<MemoryRegionAddress>forR, based on the assumption that the entireGuestMemoryRegionis just traditional memory without any special access requirements.