|
Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
|
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.