Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
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 12773 of file compile.c.

Field Documentation

◆ frozen

unsigned int ibf_object_header::frozen

Definition at line 12776 of file compile.c.

◆ internal

unsigned int ibf_object_header::internal

Definition at line 12777 of file compile.c.

◆ special_const

unsigned int ibf_object_header::special_const

Definition at line 12775 of file compile.c.

◆ type

unsigned int ibf_object_header::type

Definition at line 12774 of file compile.c.


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