Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
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 
 
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 files: