Struct rbspy_ruby_structs::ruby_1_9_3_0::st_table [−][src]
#[repr(C)]pub struct st_table {
pub type_: *const st_hash_type,
pub num_bins: st_index_t,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8], u64>,
pub bins: *mut *mut st_table_entry,
pub head: *mut st_table_entry,
pub tail: *mut st_table_entry,
}
Fields
type_: *const st_hash_type
num_bins: st_index_t
_bitfield_1: __BindgenBitfieldUnit<[u8; 8], u64>
bins: *mut *mut st_table_entry
head: *mut st_table_entry
tail: *mut st_table_entry
Implementations
pub fn new_bitfield_1(
entries_packed: c_uint,
num_entries: st_index_t
) -> __BindgenBitfieldUnit<[u8; 8], u64>
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