Crate wiggle_runtime

Source

Structs§

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 GuestTypes that have the same representation in guest memory as in Rust. These types can be used with the GuestPtr::as_raw method to view as a slice.
  • Types that can be pointed to by GuestPtr<T>.