Module region

Module region 

Source
Expand description

Module containing abstracts for dealing with contiguous regions of guest memory

Structs§

GuestRegionCollection
GuestMemoryBackend implementation based on a homogeneous collection of GuestMemoryRegion implementations.

Enums§

GuestRegionCollectionError
Errors that can occur when dealing with GuestRegionCollections

Traits§

GuestMemoryRegion
Represents a continuous region of guest physical memory.
GuestMemoryRegionBytes
A marker trait that if implemented on a type R makes available a default implementation of Bytes<MemoryRegionAddress> for R, based on the assumption that the entire GuestMemoryRegion is just traditional memory without any special access requirements.