|
Ruby 4.0.7p0 (2026-09-15 revision 229531a6cfbf07e3caef30dbac24a2a3f3fed482)
|
Description of each components. More...
Data Fields | |
| const rb_memory_view_item_component_t * | components |
| The array of rb_memory_view_item_component_t that describes the item structure. | |
| size_t | length |
| The number of components in an item. | |
Description of each components.
Definition at line 119 of file memory_view.h.
| const rb_memory_view_item_component_t* rb_memory_view_t::[struct].item_desc components |
The array of rb_memory_view_item_component_t that describes the item structure.
rb_memory_view_prepare_item_desc and rb_memory_view_get_item allocate this memory if needed, and rb_memory_view_release frees it.
| size_t rb_memory_view_t::[struct].item_desc length |
The number of components in an item.