Struct rbspy_ruby_structs::ruby_2_2_8::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 as_: st_table__bindgen_ty_1, }
Fields
type_: *const st_hash_type
num_bins: st_index_t
_bitfield_1: __BindgenBitfieldUnit<[u8; 8], u64>
as_: st_table__bindgen_ty_1
Methods
impl st_table
[src]
fn entries_packed(&self) -> c_uint
[src]
fn set_entries_packed(&mut self, val: c_uint)
[src]
fn num_entries(&self) -> st_index_t
[src]
fn set_num_entries(&mut self, val: st_index_t)
[src]
fn new_bitfield_1(
entries_packed: c_uint,
num_entries: st_index_t
) -> __BindgenBitfieldUnit<[u8; 8], u64>
[src]
entries_packed: c_uint,
num_entries: st_index_t
) -> __BindgenBitfieldUnit<[u8; 8], u64>
Trait Implementations
impl Copy for st_table
[src]
impl Clone for st_table
[src]
fn clone(&self) -> st_table
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more