|
Ruby
3.1.4p223 (2023-03-30 revision HEAD)
|
Data Fields | |
| VALUE | src |
| VALUE | dst |
| off_t | copy_length |
| off_t | src_offset |
| rb_io_t * | src_fptr |
| rb_io_t * | dst_fptr |
| unsigned | close_src: 1 |
| unsigned | close_dst: 1 |
| int | error_no |
| off_t | total |
| const char * | syserr |
| const char * | notimp |
| VALUE | th |
| struct stat | src_stat |
| struct stat | dst_stat |