Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
RStruct Struct Reference

#include <rb_mjit_min_header-2.7.6.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 6992 of file rb_mjit_min_header-2.7.6.h.

Field Documentation

◆ ary

Definition at line 6999 of file rb_mjit_min_header-2.7.6.h.

◆  [1/2]

union { ... } RStruct::as

◆  [2/2]

union { ... } RStruct::as

◆ basic

struct RBasic RStruct::basic

Definition at line 6993 of file rb_mjit_min_header-2.7.6.h.

◆  [1/2]

struct { ... } RStruct::heap

◆  [2/2]

struct { ... } RStruct::heap

◆ len

long RStruct::len

Definition at line 6996 of file rb_mjit_min_header-2.7.6.h.

◆ ptr

const VALUE* RStruct::ptr

Definition at line 6997 of file rb_mjit_min_header-2.7.6.h.


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