Ruby 4.1.0dev (2026-08-26 revision 1eb12836e2fbf4254b166fd2019a5af7100fd82a)
Data Fields
io_buffer_copy_arguments Struct Reference

Data Fields

VALUE destination
 
const void * source_base
 
size_t source_size
 
int argc
 
VALUEargv
 

Detailed Description

Definition at line 3066 of file io_buffer.c.

Field Documentation

◆ argc

int io_buffer_copy_arguments::argc

Definition at line 3070 of file io_buffer.c.

◆ argv

VALUE* io_buffer_copy_arguments::argv

Definition at line 3071 of file io_buffer.c.

◆ destination

VALUE io_buffer_copy_arguments::destination

Definition at line 3067 of file io_buffer.c.

◆ source_base

const void* io_buffer_copy_arguments::source_base

Definition at line 3068 of file io_buffer.c.

◆ source_size

size_t io_buffer_copy_arguments::source_size

Definition at line 3069 of file io_buffer.c.


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