Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
copy_stream_struct Struct Reference

Data Fields

VALUE src
 
VALUE dst
 
off_t copy_length
 
off_t src_offset
 
int src_fd
 
int dst_fd
 
int close_src
 
int close_dst
 
off_t total
 
const char * syserr
 
int error_no
 
const char * notimp
 
rb_fdset_t fds
 
VALUE th
 

Detailed Description

Definition at line 10364 of file io.c.

Field Documentation

◆ close_dst

int copy_stream_struct::close_dst

Definition at line 10373 of file io.c.

◆ close_src

int copy_stream_struct::close_src

Definition at line 10372 of file io.c.

◆ copy_length

off_t copy_stream_struct::copy_length

Definition at line 10367 of file io.c.

◆ dst

VALUE copy_stream_struct::dst

Definition at line 10366 of file io.c.

◆ dst_fd

int copy_stream_struct::dst_fd

Definition at line 10371 of file io.c.

◆ error_no

int copy_stream_struct::error_no

Definition at line 10376 of file io.c.

◆ fds

rb_fdset_t copy_stream_struct::fds

Definition at line 10378 of file io.c.

◆ notimp

const char* copy_stream_struct::notimp

Definition at line 10377 of file io.c.

◆ src

VALUE copy_stream_struct::src

Definition at line 10365 of file io.c.

◆ src_fd

int copy_stream_struct::src_fd

Definition at line 10370 of file io.c.

◆ src_offset

off_t copy_stream_struct::src_offset

Definition at line 10368 of file io.c.

◆ syserr

const char* copy_stream_struct::syserr

Definition at line 10375 of file io.c.

◆ th

VALUE copy_stream_struct::th

Definition at line 10379 of file io.c.

◆ total

off_t copy_stream_struct::total

Definition at line 10374 of file io.c.


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