Ruby 3.5.0dev (2025-06-08 revision d0b5f3155406e8243b78e4cedd3a38710c7c323c)
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 13910 of file compile.c.

Field Documentation

◆ frozen

unsigned int ibf_object_header::frozen

Definition at line 13913 of file compile.c.

◆ internal

unsigned int ibf_object_header::internal

Definition at line 13914 of file compile.c.

◆ special_const

unsigned int ibf_object_header::special_const

Definition at line 13912 of file compile.c.

◆ type

unsigned int ibf_object_header::type

Definition at line 13911 of file compile.c.


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