Module vm_hooks

Module vm_hooks 

Source

Modules§

vh_early_exit

Structs§

TxVMHooksContext
VMHooksDispatcher
Dispatches messages coming via VMHooks to the underlying implementation (the VMHooksHandler).
VMHooksHandler
Defines all methods that can handle VM hooks. They are spread out over several files.

Traits§

InstanceStateSetEarlyExit
Allows external instance state types to define set_early_exit, and thus be usable in VM hooks adapters.
VMHooksContext
Abstracts away the borrowing of a managed types structure.