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

#include <vm_core.h>

Data Fields

rb_vm_at_exit_funcfunc
 
struct rb_at_exit_listnext
 

Detailed Description

Definition at line 555 of file vm_core.h.

Field Documentation

◆ func

rb_vm_at_exit_func * rb_at_exit_list::func

Definition at line 556 of file vm_core.h.

Referenced by ruby_vm_at_exit().

◆ next

struct rb_at_exit_list * rb_at_exit_list::next

Definition at line 557 of file vm_core.h.

Referenced by ruby_vm_at_exit().


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