Ruby 3.5.0dev (2025-06-06 revision e093c3145ac7a2efcbc7965e43f29a992316ab64)
Data Fields
gen_fields_tbl Struct Reference

#include <variable.h>

Data Fields

union { 
 
   struct { 
 
      uint32_t   fields_count 
 
      VALUE   fields [1] 
 
   }   shape 
 
   struct { 
 
      st_table *   table 
 
   }   complex 
 
as 
 

Detailed Description

Author
Ruby developers ruby-.nosp@m.core.nosp@m.@ruby.nosp@m.-lan.nosp@m.g.org

Definition at line 15 of file variable.h.

Field Documentation

◆ fields

VALUE gen_fields_tbl::fields[1]

Definition at line 19 of file variable.h.

◆ fields_count

uint32_t gen_fields_tbl::fields_count

Definition at line 18 of file variable.h.

◆ table

st_table* gen_fields_tbl::table

Definition at line 22 of file variable.h.


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