Ruby 4.0.7p0 (2026-09-15 revision 229531a6cfbf07e3caef30dbac24a2a3f3fed482)
rb_event_hook_struct Struct Reference

Data Structures

struct  [struct].filter

Data Fields

rb_event_hook_flag_t hook_flags
rb_event_flag_t events
rb_event_hook_func_t func
VALUE data
struct rb_event_hook_structnext
struct  filter

Detailed Description

Definition at line 47 of file vm_trace.c.

Field Documentation

◆ data

VALUE rb_event_hook_struct::data

Definition at line 51 of file vm_trace.c.

◆ events

rb_event_flag_t rb_event_hook_struct::events

Definition at line 49 of file vm_trace.c.

◆ func

rb_event_hook_func_t rb_event_hook_struct::func

Definition at line 50 of file vm_trace.c.

◆ hook_flags

rb_event_hook_flag_t rb_event_hook_struct::hook_flags

Definition at line 48 of file vm_trace.c.

◆ next

struct rb_event_hook_struct* rb_event_hook_struct::next

Definition at line 52 of file vm_trace.c.


The documentation for this struct was generated from the following file: