Ruby 4.1.0dev (2026-08-14 revision 74299e5a876bfad3f2a18dd54ad62753e6164be4)
Data Fields
RStruct Struct Reference

Data Fields

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

Detailed Description

Definition at line 27 of file struct.h.

Field Documentation

◆ ary

const VALUE RStruct::ary[1]

Definition at line 40 of file struct.h.

◆ basic

struct RBasic RStruct::basic

Definition at line 28 of file struct.h.

◆ fields_obj

VALUE RStruct::fields_obj

Definition at line 29 of file struct.h.

◆ len

long RStruct::len

Definition at line 32 of file struct.h.

◆ ptr

const VALUE* RStruct::ptr

Definition at line 33 of file struct.h.


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