rb_struct_initialize

Function rb_struct_initialize 

Source
pub unsafe extern "C" fn rb_struct_initialize(
    self_: VALUE,
    values: VALUE,
) -> VALUE
Expand description

Mass-assigns a struct’s fields.

§@param[out] self An instance of a struct class to squash. @param[in] values New values. @return ::RUBY_Qnil.

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