Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
Data Fields
autoload_load_arguments Struct Reference

Data Fields

VALUE ID name
 
int flag
 
VALUE mutex
 
struct autoload_constautoload_const
 
struct autoload_dataautoload_data
 

Detailed Description

Definition at line 2577 of file variable.c.

Field Documentation

◆ autoload_const

struct autoload_const* autoload_load_arguments::autoload_const

Definition at line 2585 of file variable.c.

◆ autoload_data

struct autoload_data* autoload_load_arguments::autoload_data

Definition at line 2588 of file variable.c.

◆ flag

int autoload_load_arguments::flag

Definition at line 2580 of file variable.c.

◆ mutex

VALUE autoload_load_arguments::mutex

Definition at line 2582 of file variable.c.

◆ name

VALUE ID autoload_load_arguments::name

Definition at line 2579 of file variable.c.


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