Ruby 3.4.2p28 (2025-02-15 revision d2930f8e7a5db8a7337fa43370940381b420cc3e)
rb_hook_list_struct Struct Reference

Data Fields

struct rb_event_hook_structhooks
 
rb_event_flag_t events
 
unsigned int running
 
bool need_clean
 
bool is_local
 

Detailed Description

Definition at line 649 of file vm_core.h.

Field Documentation

◆ events

rb_event_flag_t rb_hook_list_struct::events

Definition at line 651 of file vm_core.h.

◆ hooks

struct rb_event_hook_struct* rb_hook_list_struct::hooks

Definition at line 650 of file vm_core.h.

◆ is_local

bool rb_hook_list_struct::is_local

Definition at line 654 of file vm_core.h.

◆ need_clean

bool rb_hook_list_struct::need_clean

Definition at line 653 of file vm_core.h.

◆ running

unsigned int rb_hook_list_struct::running

Definition at line 652 of file vm_core.h.


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