Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
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: