#[repr(C)]pub struct st_table {
pub entry_power: c_uchar,
pub bin_power: c_uchar,
pub size_ind: c_uchar,
pub rebuilds_num: c_uint,
pub type_: *const st_hash_type,
pub num_entries: st_index_t,
pub bins: *mut st_index_t,
pub entries_start: st_index_t,
pub entries_bound: st_index_t,
pub entries: *mut st_table_entry,
}Expand description
Generated by rb-sys for Ruby 3.0.0
Fields§
§entry_power: c_ucharGenerated by rb-sys for Ruby 3.0.0
bin_power: c_ucharGenerated by rb-sys for Ruby 3.0.0
size_ind: c_ucharGenerated by rb-sys for Ruby 3.0.0
rebuilds_num: c_uintGenerated by rb-sys for Ruby 3.0.0
type_: *const st_hash_typeGenerated by rb-sys for Ruby 3.0.0
num_entries: st_index_tGenerated by rb-sys for Ruby 3.0.0
bins: *mut st_index_tGenerated by rb-sys for Ruby 3.0.0
entries_start: st_index_tGenerated by rb-sys for Ruby 3.0.0
entries_bound: st_index_tGenerated by rb-sys for Ruby 3.0.0
entries: *mut st_table_entryGenerated by rb-sys for Ruby 3.0.0