Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Data Fields
RStruct Struct Reference

#include <rb_mjit_min_header-2.7.7.h>

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 3818 of file rb_mjit_min_header-2.7.7.h.

Field Documentation

◆ ary

Definition at line 3825 of file rb_mjit_min_header-2.7.7.h.

◆  [1/2]

union { ... } RStruct::as

◆  [2/2]

union { ... } RStruct::as

◆ basic

struct RBasic RStruct::basic

Definition at line 3819 of file rb_mjit_min_header-2.7.7.h.

◆  [1/2]

struct { ... } RStruct::heap

◆  [2/2]

struct { ... } RStruct::heap

◆ len

long RStruct::len

Definition at line 3822 of file rb_mjit_min_header-2.7.7.h.

◆ ptr

const VALUE* RStruct::ptr

Definition at line 3823 of file rb_mjit_min_header-2.7.7.h.


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