Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
autoload_state Struct Reference

Data Fields

struct autoload_data_iele
 
VALUE mod
 
VALUE result
 
ID id
 
VALUE thread
 
union {
   struct list_node   node
 
   struct list_head   head
 
waitq
 

Detailed Description

Definition at line 1843 of file variable.c.

Field Documentation

◆ ele

struct autoload_data_i* autoload_state::ele

Definition at line 1844 of file variable.c.

◆ head

struct list_head autoload_state::head

Definition at line 1851 of file variable.c.

◆ id

ID autoload_state::id

Definition at line 1847 of file variable.c.

◆ mod

VALUE autoload_state::mod

Definition at line 1845 of file variable.c.

◆ node

struct list_node autoload_state::node

Definition at line 1850 of file variable.c.

◆ result

VALUE autoload_state::result

Definition at line 1846 of file variable.c.

◆ thread

VALUE autoload_state::thread

Definition at line 1848 of file variable.c.

◆ waitq

union { ... } autoload_state::waitq

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