Struct rb_sys::bindings::uncategorized::st_table
source · #[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.2
Fields§
§entry_power: c_ucharGenerated by rb-sys for Ruby 3.0.2
bin_power: c_ucharGenerated by rb-sys for Ruby 3.0.2
size_ind: c_ucharGenerated by rb-sys for Ruby 3.0.2
rebuilds_num: c_uintGenerated by rb-sys for Ruby 3.0.2
type_: *const st_hash_typeGenerated by rb-sys for Ruby 3.0.2
num_entries: st_index_tGenerated by rb-sys for Ruby 3.0.2
bins: *mut st_index_tGenerated by rb-sys for Ruby 3.0.2
entries_start: st_index_tGenerated by rb-sys for Ruby 3.0.2
entries_bound: st_index_tGenerated by rb-sys for Ruby 3.0.2
entries: *mut st_table_entryGenerated by rb-sys for Ruby 3.0.2
Trait Implementations§
source§impl PartialEq for st_table
impl PartialEq for st_table
impl Copy for st_table
impl Eq for st_table
impl StructuralEq for st_table
impl StructuralPartialEq for st_table
Auto Trait Implementations§
impl RefUnwindSafe for st_table
impl !Send for st_table
impl !Sync for st_table
impl Unpin for st_table
impl UnwindSafe for st_table
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more