Ruby 3.4.3p32 (2025-04-14 revision d0b7e5b6a04bde21ca483d20a1546b28b401c2d4)
RStruct Struct Reference

Data Fields

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

Detailed Description

Definition at line 20 of file struct.h.

Field Documentation

◆ ary

const VALUE RStruct::ary[1]

Definition at line 32 of file struct.h.

◆ basic

struct RBasic RStruct::basic

Definition at line 21 of file struct.h.

◆ len

long RStruct::len

Definition at line 24 of file struct.h.

◆ ptr

const VALUE* RStruct::ptr

Definition at line 25 of file struct.h.


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