Struct rbspy_ruby_structs::ruby_2_4_7::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,
}
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 !Send for st_table
impl !Sync for st_table
impl Unpin for st_table
impl UnwindSafe for st_table
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more