Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
MMTk_ObjectClosure Struct Reference

Data Fields

MMTk_ObjectClosureFunction c_function
 The function to be called from C.
void * rust_closure
 The pointer to the Rust-level closure object.

Detailed Description

Definition at line 42 of file mmtk.h.

Field Documentation

◆ c_function

MMTk_ObjectClosureFunction MMTk_ObjectClosure::c_function

The function to be called from C.

Definition at line 46 of file mmtk.h.

◆ rust_closure

void* MMTk_ObjectClosure::rust_closure

The pointer to the Rust-level closure object.

Definition at line 50 of file mmtk.h.


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