Ruby 3.3.2p78 (2024-05-30 revision e5a195edf62fe1bf7146a191da13fa1c4fecbd71)
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 12758 of file compile.c.

Field Documentation

◆ frozen

unsigned int ibf_object_header::frozen

Definition at line 12761 of file compile.c.

◆ internal

unsigned int ibf_object_header::internal

Definition at line 12762 of file compile.c.

◆ special_const

unsigned int ibf_object_header::special_const

Definition at line 12760 of file compile.c.

◆ type

unsigned int ibf_object_header::type

Definition at line 12759 of file compile.c.


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