Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
load_arg Struct Reference

Data Fields

VALUE src
 
charbuf
 
long buflen
 
long readable
 
long offset
 
st_tablesymbols
 
st_tabledata
 
VALUE proc
 
st_tablecompat_tbl
 

Detailed Description

Definition at line 1117 of file marshal.c.

Field Documentation

◆ buf

char* load_arg::buf

Definition at line 1119 of file marshal.c.

◆ buflen

long load_arg::buflen

Definition at line 1120 of file marshal.c.

◆ compat_tbl

st_table* load_arg::compat_tbl

Definition at line 1126 of file marshal.c.

◆ data

st_table* load_arg::data

Definition at line 1124 of file marshal.c.

◆ offset

long load_arg::offset

Definition at line 1122 of file marshal.c.

◆ proc

VALUE load_arg::proc

Definition at line 1125 of file marshal.c.

◆ readable

long load_arg::readable

Definition at line 1121 of file marshal.c.

◆ src

VALUE load_arg::src

Definition at line 1118 of file marshal.c.

◆ symbols

st_table* load_arg::symbols

Definition at line 1123 of file marshal.c.


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