Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_ractor_struct::gc_mark_func_data_struct Struct Reference

#include <ractor_core.h>

Data Fields

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

Detailed Description

Definition at line 145 of file ractor_core.h.

Field Documentation

◆ data

void* rb_ractor_struct::gc_mark_func_data_struct::data

Definition at line 146 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 147 of file ractor_core.h.


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