Struct rbspy_ruby_structs::ruby_3_1_0::iseq_inline_constant_cache [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for iseq_inline_constant_cache
impl !Send for iseq_inline_constant_cache
impl !Sync for iseq_inline_constant_cache
impl Unpin for iseq_inline_constant_cache
impl UnwindSafe for iseq_inline_constant_cache
Blanket Implementations
Mutably borrows from an owned value. Read more