Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
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 12403 of file compile.c.

Field Documentation

◆ frozen

unsigned int ibf_object_header::frozen

Definition at line 12406 of file compile.c.

◆ internal

unsigned int ibf_object_header::internal

Definition at line 12407 of file compile.c.

◆ special_const

unsigned int ibf_object_header::special_const

Definition at line 12405 of file compile.c.

◆ type

unsigned int ibf_object_header::type

Definition at line 12404 of file compile.c.


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