[][src]Module rdcl_aoc_helpers::machine::hook

Hooks allow you to influence how the program is executed.

Structs

NoopHook

Enums

HookResult

Allows the hook to influence the rest of the execution of an instruction.

Traits

PreExecuteHook