Ruby 4.1.0dev (2026-08-15 revision cfb2ed7c723c5435f630fd70897273db032b0bcc)
Data Fields
RData Struct Reference

#include <rdata.h>

Data Fields

struct RBasic basic
 
VALUE fields_obj
 
VALUE _reserved
 
void * data
 
RUBY_DATA_FUNC dmark
 
RUBY_DATA_FUNC dfree
 

Detailed Description

Deprecated:

DO NOT USE: Obsolete "untyped" user data, that is remained only for the backward compatibility for some wrapper generator gems.

Definition at line 77 of file rdata.h.

Field Documentation

◆ _reserved

VALUE RData::_reserved

Definition at line 80 of file rdata.h.

◆ basic

struct RBasic RData::basic

Definition at line 78 of file rdata.h.

◆ data

void* RData::data

Definition at line 81 of file rdata.h.

◆ dfree

RUBY_DATA_FUNC RData::dfree

Definition at line 83 of file rdata.h.

◆ dmark

RUBY_DATA_FUNC RData::dmark

Definition at line 82 of file rdata.h.

◆ fields_obj

VALUE RData::fields_obj

Definition at line 79 of file rdata.h.


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