rb_memory_view_register

Function rb_memory_view_register 

Source
pub unsafe extern "C" fn rb_memory_view_register(
    klass: VALUE,
    entry: *const rb_memory_view_entry_t,
) -> bool
Expand description

ยงAssociates the passed class with the passed memory view entry. This has to be called before actually creating a memory view from an instance.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3