Ruby 4.1.0dev (2026-09-25 revision d3f0a612d348635291699f614f22125b396b869b)
Data Fields
io_buffer_copy_arguments Struct Reference

Data Fields

VALUE destination
 
const void * source_base
 
size_t source_size
 
int argc
 
VALUE * argv
 

Detailed Description

Definition at line 3076 of file io_buffer.c.

Field Documentation

◆ argc

int io_buffer_copy_arguments::argc

Definition at line 3080 of file io_buffer.c.

◆ argv

VALUE* io_buffer_copy_arguments::argv

Definition at line 3081 of file io_buffer.c.

◆ destination

VALUE io_buffer_copy_arguments::destination

Definition at line 3077 of file io_buffer.c.

◆ source_base

const void* io_buffer_copy_arguments::source_base

Definition at line 3078 of file io_buffer.c.

◆ source_size

size_t io_buffer_copy_arguments::source_size

Definition at line 3079 of file io_buffer.c.


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