Ruby 3.4.2p28 (2025-02-15 revision d2930f8e7a5db8a7337fa43370940381b420cc3e)
rb_method_cfunc_struct Struct Reference

Data Fields

rb_cfunc_t func
 
VALUE(* invoker )(VALUE recv, int argc, const VALUE *argv, VALUE(*func)(ANYARGS))
 
int argc
 

Detailed Description

Definition at line 140 of file method.h.

Field Documentation

◆ argc

int rb_method_cfunc_struct::argc

Definition at line 143 of file method.h.

◆ func

rb_cfunc_t rb_method_cfunc_struct::func

Definition at line 141 of file method.h.

◆ invoker

VALUE(* rb_method_cfunc_struct::invoker) (VALUE recv, int argc, const VALUE *argv, VALUE(*func)(ANYARGS))

Definition at line 142 of file method.h.


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