Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
fiddle_closure Struct Reference

Data Fields

void * code
 
ffi_closure * pcl
 
ffi_cif cif
 
int argc
 
ffi_type ** argv
 

Detailed Description

Definition at line 5 of file closure.c.

Field Documentation

◆ argc

int fiddle_closure::argc

Definition at line 9 of file closure.c.

◆ argv

ffi_type** fiddle_closure::argv

Definition at line 10 of file closure.c.

Referenced by closure_memsize(), dealloc(), and initialize().

◆ cif

ffi_cif fiddle_closure::cif

Definition at line 8 of file closure.c.

Referenced by closure_memsize(), and initialize().

◆ code

void* fiddle_closure::code

Definition at line 6 of file closure.c.

Referenced by allocate(), initialize(), and to_i().

◆ pcl

ffi_closure* fiddle_closure::pcl

Definition at line 7 of file closure.c.

Referenced by allocate(), dealloc(), and initialize().


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