Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
rb_hook_list_struct Struct Reference

#include <vm_core.h>

Data Fields

struct rb_event_hook_structhooks
 
rb_event_flag_t events
 
unsigned int need_clean
 
unsigned int running
 

Detailed Description

Definition at line 565 of file vm_core.h.

Field Documentation

◆ events

rb_event_flag_t rb_hook_list_struct::events

Definition at line 567 of file vm_core.h.

◆ hooks

struct rb_event_hook_struct * rb_hook_list_struct::hooks

Definition at line 566 of file vm_core.h.

Referenced by rb_hook_list_mark().

◆ need_clean

unsigned int rb_hook_list_struct::need_clean

Definition at line 568 of file vm_core.h.

◆ running

unsigned int rb_hook_list_struct::running

Definition at line 569 of file vm_core.h.


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