Ruby 3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
copy_stream_struct Struct Reference

Data Fields

VALUE src
 
VALUE dst
 
rb_off_t copy_length
 
rb_off_t src_offset
 
rb_io_tsrc_fptr
 
rb_io_tdst_fptr
 
unsigned close_src: 1
 
unsigned close_dst: 1
 
int error_no
 
rb_off_t total
 
const char * syserr
 
const char * notimp
 
VALUE th
 
struct stat src_stat
 
struct stat dst_stat
 

Detailed Description

Definition at line 12395 of file io.c.

Field Documentation

◆ close_dst

unsigned copy_stream_struct::close_dst

Definition at line 12404 of file io.c.

◆ close_src

unsigned copy_stream_struct::close_src

Definition at line 12403 of file io.c.

◆ copy_length

rb_off_t copy_stream_struct::copy_length

Definition at line 12398 of file io.c.

◆ dst

VALUE copy_stream_struct::dst

Definition at line 12397 of file io.c.

◆ dst_fptr

rb_io_t* copy_stream_struct::dst_fptr

Definition at line 12402 of file io.c.

◆ dst_stat

struct stat copy_stream_struct::dst_stat

Definition at line 12411 of file io.c.

◆ error_no

int copy_stream_struct::error_no

Definition at line 12405 of file io.c.

◆ notimp

const char* copy_stream_struct::notimp

Definition at line 12408 of file io.c.

◆ src

VALUE copy_stream_struct::src

Definition at line 12396 of file io.c.

◆ src_fptr

rb_io_t* copy_stream_struct::src_fptr

Definition at line 12401 of file io.c.

◆ src_offset

rb_off_t copy_stream_struct::src_offset

Definition at line 12399 of file io.c.

◆ src_stat

struct stat copy_stream_struct::src_stat

Definition at line 12410 of file io.c.

◆ syserr

const char* copy_stream_struct::syserr

Definition at line 12407 of file io.c.

◆ th

VALUE copy_stream_struct::th

Definition at line 12409 of file io.c.

◆ total

rb_off_t copy_stream_struct::total

Definition at line 12406 of file io.c.


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