Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
binwrite_arg Struct Reference

Data Fields

rb_io_tfptr
 
VALUE str
 
const charptr
 
long length
 

Detailed Description

Definition at line 1316 of file io.c.

Field Documentation

◆ fptr

rb_io_t* binwrite_arg::fptr

Definition at line 1317 of file io.c.

Referenced by rb_io_bufwrite().

◆ length

long binwrite_arg::length

Definition at line 1320 of file io.c.

◆ ptr

const char* binwrite_arg::ptr

Definition at line 1319 of file io.c.

◆ str

VALUE binwrite_arg::str

Definition at line 1318 of file io.c.


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