Struct rbspy_ruby_structs::ruby_2_6_4::st_table [−][src]
#[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,
}
Fields
entry_power: c_uchar
bin_power: c_uchar
size_ind: c_uchar
rebuilds_num: c_uint
type_: *const st_hash_type
num_entries: st_index_t
bins: *mut st_index_t
entries_start: st_index_t
entries_bound: st_index_t
entries: *mut st_table_entry
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for st_table
impl UnwindSafe for st_table
Blanket Implementations
Mutably borrows from an owned value. Read more