Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
rb_ractor_struct::gc_mark_func_data_struct Struct Reference

Data Fields

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

Detailed Description

Definition at line 193 of file ractor_core.h.

Field Documentation

◆ data

void* rb_ractor_struct::gc_mark_func_data_struct::data

Definition at line 194 of file ractor_core.h.

◆ mark_func

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

Definition at line 195 of file ractor_core.h.


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