Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
load_arg Struct Reference

Data Fields

VALUE src
 
char * buf
 
long bufsize
 
long buflen
 
long readable
 
long offset
 
st_table symbols
 
st_table data
 
st_table partial_objects
 
VALUE proc
 
st_table compat_tbl
 
bool has_symbols
 
bool has_data
 
bool has_partial_objects
 
bool has_compat_tbl
 
bool freeze
 

Detailed Description

Definition at line 1286 of file marshal.c.

Field Documentation

◆ buf

char* load_arg::buf

Definition at line 1288 of file marshal.c.

◆ buflen

long load_arg::buflen

Definition at line 1290 of file marshal.c.

◆ bufsize

long load_arg::bufsize

Definition at line 1289 of file marshal.c.

◆ compat_tbl

st_table load_arg::compat_tbl

Definition at line 1297 of file marshal.c.

◆ data

st_table load_arg::data

Definition at line 1294 of file marshal.c.

◆ freeze

bool load_arg::freeze

Definition at line 1302 of file marshal.c.

◆ has_compat_tbl

bool load_arg::has_compat_tbl

Definition at line 1301 of file marshal.c.

◆ has_data

bool load_arg::has_data

Definition at line 1299 of file marshal.c.

◆ has_partial_objects

bool load_arg::has_partial_objects

Definition at line 1300 of file marshal.c.

◆ has_symbols

bool load_arg::has_symbols

Definition at line 1298 of file marshal.c.

◆ offset

long load_arg::offset

Definition at line 1292 of file marshal.c.

◆ partial_objects

st_table load_arg::partial_objects

Definition at line 1295 of file marshal.c.

◆ proc

VALUE load_arg::proc

Definition at line 1296 of file marshal.c.

◆ readable

long load_arg::readable

Definition at line 1291 of file marshal.c.

◆ src

VALUE load_arg::src

Definition at line 1287 of file marshal.c.

◆ symbols

st_table load_arg::symbols

Definition at line 1293 of file marshal.c.


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