Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
load_arg Struct Reference

Data Fields

VALUE src
 
char * buf
 
long buflen
 
long readable
 
long offset
 
st_tablesymbols
 
st_tabledata
 
st_tablepartial_objects
 
VALUE proc
 
st_tablecompat_tbl
 

Detailed Description

Definition at line 1132 of file marshal.c.

Field Documentation

◆ buf

char* load_arg::buf

Definition at line 1134 of file marshal.c.

◆ buflen

long load_arg::buflen

Definition at line 1135 of file marshal.c.

◆ compat_tbl

st_table* load_arg::compat_tbl

Definition at line 1142 of file marshal.c.

◆ data

st_table* load_arg::data

Definition at line 1139 of file marshal.c.

◆ offset

long load_arg::offset

Definition at line 1137 of file marshal.c.

◆ partial_objects

st_table* load_arg::partial_objects

Definition at line 1140 of file marshal.c.

◆ proc

VALUE load_arg::proc

Definition at line 1141 of file marshal.c.

◆ readable

long load_arg::readable

Definition at line 1136 of file marshal.c.

◆ src

VALUE load_arg::src

Definition at line 1133 of file marshal.c.

◆ symbols

st_table* load_arg::symbols

Definition at line 1138 of file marshal.c.


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