Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
Data Fields
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
 
_Bool need_clean
 
_Bool is_local
 

Detailed Description

Definition at line 607 of file vm_core.h.

Field Documentation

◆ events

rb_event_flag_t rb_hook_list_struct::events

Definition at line 609 of file vm_core.h.

◆ hooks

struct rb_event_hook_struct * rb_hook_list_struct::hooks

Definition at line 608 of file vm_core.h.

◆ is_local [1/2]

_Bool rb_hook_list_struct::is_local

Definition at line 7684 of file rb_mjit_min_header-3.2.2.h.

◆ is_local [2/2]

bool rb_hook_list_struct::is_local

Definition at line 612 of file vm_core.h.

◆ need_clean [1/2]

_Bool rb_hook_list_struct::need_clean

Definition at line 7683 of file rb_mjit_min_header-3.2.2.h.

◆ need_clean [2/2]

bool rb_hook_list_struct::need_clean

Definition at line 611 of file vm_core.h.

◆ running

unsigned int rb_hook_list_struct::running

Definition at line 610 of file vm_core.h.


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