#[repr(C)]pub struct iseq_inline_constant_cache {
pub entry: *mut iseq_inline_constant_cache_entry,
pub get_insn_idx: c_uint,
}
Fields§
§entry: *mut iseq_inline_constant_cache_entry
§get_insn_idx: c_uint
Trait Implementations§
source§impl Clone for iseq_inline_constant_cache
impl Clone for iseq_inline_constant_cache
source§fn clone(&self) -> iseq_inline_constant_cache
fn clone(&self) -> iseq_inline_constant_cache
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more