Ruby  3.4.0dev (2024-11-26 revision 6b4f8945d600168bf530d21395da8293fbd5e8ba)
Data Fields
MMTk_ObjectClosure Struct Reference

Data Fields

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

Detailed Description

Definition at line 37 of file mmtk.h.

Field Documentation

◆ c_function

MMTk_ObjectClosureFunction MMTk_ObjectClosure::c_function

The function to be called from C.

Definition at line 41 of file mmtk.h.

◆ rust_closure

void* MMTk_ObjectClosure::rust_closure

The pointer to the Rust-level closure object.

Definition at line 45 of file mmtk.h.


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