Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
callback_args Struct Reference

Data Fields

ffi_cif * cif
 
void * resp
 
void ** args
 
void * ctx
 

Detailed Description

Definition at line 59 of file closure.c.

Field Documentation

◆ args

void** callback_args::args

Definition at line 62 of file closure.c.

Referenced by callback(), initialize(), and with_gvl_callback().

◆ cif

ffi_cif* callback_args::cif

Definition at line 60 of file closure.c.

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

◆ ctx

void* callback_args::ctx

Definition at line 63 of file closure.c.

Referenced by callback(), and with_gvl_callback().

◆ resp

void* callback_args::resp

Definition at line 61 of file closure.c.

Referenced by callback(), and with_gvl_callback().


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