Expand description

The default implementation for the GuestMemory trait.

This implementation is mmap-ing the memory of the guest into the current process.

Structs

GuestMemory implementation that mmaps the guest’s memory in the current process.

GuestMemoryRegion implementation that mmaps the guest’s memory region in the current process.

An iterator over the elements of GuestMemoryMmap.

Helper structure for working with mmaped memory regions in Unix.

A factory struct to build MmapRegion objects.

Enums

Errors that can occur when creating a memory map.

Error conditions that may arise when creating a new MmapRegion object.

Traits

A Bitmap that can be created starting from an initial size.

Functions

Checks if a mapping of size bytes fits at the provided file_offset.