Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
rb_event_hook_struct Struct Reference

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
 

Detailed Description

Definition at line 32 of file vm_trace.c.

Field Documentation

◆ data

VALUE rb_event_hook_struct::data

Definition at line 36 of file vm_trace.c.

Referenced by rb_vm_trace_mark_event_hooks().

◆ events

rb_event_flag_t rb_event_hook_struct::events

Definition at line 34 of file vm_trace.c.

◆ func

rb_event_hook_func_t rb_event_hook_struct::func

Definition at line 35 of file vm_trace.c.

◆ hook_flags

rb_event_hook_flag_t rb_event_hook_struct::hook_flags

Definition at line 33 of file vm_trace.c.

◆ next

struct rb_event_hook_struct* rb_event_hook_struct::next

Definition at line 37 of file vm_trace.c.

Referenced by rb_vm_trace_mark_event_hooks().


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