Ruby 4.1.0dev (2026-03-01 revision 19b636d3ecc8a824437e0d6abd7fe0c24b594ce0)
Data Fields
rb_hook_list_struct Struct Reference

Data Fields

struct rb_event_hook_structhooks
 
rb_event_flag_t events
 
unsigned int running
 
enum rb_hook_list_type type
 
bool need_clean
 

Detailed Description

Definition at line 671 of file vm_core.h.

Field Documentation

◆ events

rb_event_flag_t rb_hook_list_struct::events

Definition at line 673 of file vm_core.h.

◆ hooks

struct rb_event_hook_struct* rb_hook_list_struct::hooks

Definition at line 672 of file vm_core.h.

◆ need_clean

bool rb_hook_list_struct::need_clean

Definition at line 676 of file vm_core.h.

◆ running

unsigned int rb_hook_list_struct::running

Definition at line 674 of file vm_core.h.

◆ type

enum rb_hook_list_type rb_hook_list_struct::type

Definition at line 675 of file vm_core.h.


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