Ruby 3.5.0dev (2025-08-27 revision 5ff7b2c582a56fe7d92248adf093fd278a334066)
Data Fields
RStruct Struct Reference

Data Fields

struct RBasic basic
 
union { 
 
   struct { 
 
      long   len 
 
      const VALUE *   ptr 
 
      VALUE   fields_obj 
 
   }   heap 
 
   const VALUE   ary [1] 
 
as 
 

Detailed Description

Definition at line 33 of file struct.h.

Field Documentation

◆ ary

const VALUE RStruct::ary[1]

Definition at line 46 of file struct.h.

◆ basic

struct RBasic RStruct::basic

Definition at line 34 of file struct.h.

◆ fields_obj

VALUE RStruct::fields_obj

Definition at line 39 of file struct.h.

◆ len

long RStruct::len

Definition at line 37 of file struct.h.

◆ ptr

const VALUE* RStruct::ptr

Definition at line 38 of file struct.h.


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