Ruby 3.2.4p170 (2024-04-23 revision af471c0e0127eea0cafa6f308c0425bbfab0acf5)
Data Fields
RStruct Struct Reference

Data Fields

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

Detailed Description

Definition at line 22 of file struct.h.

Field Documentation

◆ ary

const VALUE RStruct::ary[RSTRUCT_EMBED_LEN_MAX]

Definition at line 29 of file struct.h.

◆ basic

struct RBasic RStruct::basic

Definition at line 23 of file struct.h.

◆ len

long RStruct::len

Definition at line 26 of file struct.h.

◆ ptr

const VALUE* RStruct::ptr

Definition at line 27 of file struct.h.


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