Ruby 3.4.2p28 (2025-02-15 revision d2930f8e7a5db8a7337fa43370940381b420cc3e)
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 13751 of file compile.c.

Field Documentation

◆ frozen

unsigned int ibf_object_header::frozen

Definition at line 13754 of file compile.c.

◆ internal

unsigned int ibf_object_header::internal

Definition at line 13755 of file compile.c.

◆ special_const

unsigned int ibf_object_header::special_const

Definition at line 13753 of file compile.c.

◆ type

unsigned int ibf_object_header::type

Definition at line 13752 of file compile.c.


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