Ruby 3.5.0dev (2025-04-02 revision 938db05361585fb4a2da38bc62d1ea36ea451bf6)
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
 
bool freeze
 

Detailed Description

Definition at line 1240 of file marshal.c.

Field Documentation

◆ buf

char* load_arg::buf

Definition at line 1242 of file marshal.c.

◆ buflen

long load_arg::buflen

Definition at line 1243 of file marshal.c.

◆ compat_tbl

st_table* load_arg::compat_tbl

Definition at line 1250 of file marshal.c.

◆ data

st_table* load_arg::data

Definition at line 1247 of file marshal.c.

◆ freeze

bool load_arg::freeze

Definition at line 1251 of file marshal.c.

◆ offset

long load_arg::offset

Definition at line 1245 of file marshal.c.

◆ partial_objects

st_table* load_arg::partial_objects

Definition at line 1248 of file marshal.c.

◆ proc

VALUE load_arg::proc

Definition at line 1249 of file marshal.c.

◆ readable

long load_arg::readable

Definition at line 1244 of file marshal.c.

◆ src

VALUE load_arg::src

Definition at line 1241 of file marshal.c.

◆ symbols

st_table* load_arg::symbols

Definition at line 1246 of file marshal.c.


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