Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
vm_ifunc Struct Reference

IFUNC (Internal FUNCtion) More...

#include <internal.h>

Data Fields

VALUE flags
 
VALUE reserved
 
VALUE(* func )(ANYARGS)
 
const void * data
 
struct vm_ifunc_argc argc
 

Detailed Description

IFUNC (Internal FUNCtion)

Definition at line 917 of file internal.h.

Field Documentation

◆ argc

struct vm_ifunc_argc vm_ifunc::argc

Definition at line 922 of file internal.h.

◆ data

const void* vm_ifunc::data

Definition at line 921 of file internal.h.

◆ flags

VALUE vm_ifunc::flags

Definition at line 918 of file internal.h.

◆ func

VALUE(* vm_ifunc::func) (ANYARGS)

Definition at line 920 of file internal.h.

◆ reserved

VALUE vm_ifunc::reserved

Definition at line 919 of file internal.h.


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