Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
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: