Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
trace_var Struct Reference

Data Fields

int removed
 
void(* func )(VALUE arg, VALUE val)
 
VALUE data
 
struct trace_varnext
 

Detailed Description

Definition at line 422 of file variable.c.

Field Documentation

◆ data

VALUE trace_var::data

Definition at line 425 of file variable.c.

◆ func

void(* trace_var::func) (VALUE arg, VALUE val)

Definition at line 424 of file variable.c.

◆ next

struct trace_var* trace_var::next

Definition at line 426 of file variable.c.

◆ removed

int trace_var::removed

Definition at line 423 of file variable.c.


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