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

Data Fields

VALUE io
 
VALUE offset
 
int mode
 

Detailed Description

Definition at line 9905 of file io.c.

Field Documentation

◆ io

VALUE seek_arg::io

Definition at line 9906 of file io.c.

Referenced by io_s_write(), rb_io_s_binread(), rb_io_s_read(), and seek_before_access().

◆ mode

int seek_arg::mode

Definition at line 9908 of file io.c.

Referenced by io_s_write(), rb_io_s_binread(), rb_io_s_read(), and seek_before_access().

◆ offset

VALUE seek_arg::offset

Definition at line 9907 of file io.c.

Referenced by io_s_write(), rb_io_s_binread(), rb_io_s_read(), and seek_before_access().


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