Ruby 4.1.0dev (2026-08-08 revision 349071baf0aa555f7712258b301ce66c50166ed9)
Data Fields
gc_mark_func_data_struct Struct Reference

Data Fields

void * data
 
void(* mark_func )(VALUE v, void *data)
 
bool checking_shareable
 

Detailed Description

Definition at line 692 of file vm_core.h.

Field Documentation

◆ checking_shareable

bool gc_mark_func_data_struct::checking_shareable

Definition at line 698 of file vm_core.h.

◆ data

void* gc_mark_func_data_struct::data

Definition at line 693 of file vm_core.h.

◆ mark_func

void(* gc_mark_func_data_struct::mark_func) (VALUE v, void *data)

Definition at line 694 of file vm_core.h.


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