Structs§
- A guest pointer into host memory.
- Represents a contiguous region in memory.
Enums§
Traits§
- A trait which abstracts how to get at the region of host memory taht contains guest memory.
- A trait for types that are intended to be pointees in
GuestPtr<T>
. - A trait for
GuestType
s that have the same representation in guest memory as in Rust. These types can be used with theGuestPtr::as_raw
method to view as a slice. - Types that can be pointed to by
GuestPtr<T>
.