Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
RTypedData Struct Reference

#include <ruby.h>

Data Fields

struct RBasic basic
 
const rb_data_type_ttype
 
VALUE typed_flag
 
void * data
 

Detailed Description

Definition at line 1106 of file ruby.h.

Field Documentation

◆ basic

struct RBasic RTypedData::basic

Definition at line 1107 of file ruby.h.

◆ data

void* RTypedData::data

Definition at line 1110 of file ruby.h.

◆ type

const rb_data_type_t* RTypedData::type

Definition at line 1108 of file ruby.h.

Referenced by gc_mark_children().

◆ typed_flag

VALUE RTypedData::typed_flag

Definition at line 1109 of file ruby.h.


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