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

Data Fields

unsigned int type: 5
 
unsigned int special_const: 1
 
unsigned int frozen: 1
 
unsigned int internal: 1
 

Detailed Description

Definition at line 10699 of file compile.c.

Field Documentation

◆ frozen

unsigned int ibf_object_header::frozen

Definition at line 10702 of file compile.c.

◆ internal

unsigned int ibf_object_header::internal

Definition at line 10703 of file compile.c.

◆ special_const

unsigned int ibf_object_header::special_const

Definition at line 10701 of file compile.c.

◆ type

unsigned int ibf_object_header::type

Definition at line 10700 of file compile.c.


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