Struct rbspy_ruby_structs::ruby_3_1_0::iseq_inline_constant_cache_entry [−][src]
#[repr(C)]pub struct iseq_inline_constant_cache_entry {
pub flags: VALUE,
pub value: VALUE,
pub ic_serial: ic_serial_entry,
pub ic_cref: *const rb_cref_t,
}
Fields
flags: VALUE
value: VALUE
ic_serial: ic_serial_entry
ic_cref: *const rb_cref_t
Trait Implementations
Auto Trait Implementations
impl !Send for iseq_inline_constant_cache_entry
impl !Sync for iseq_inline_constant_cache_entry
impl Unpin for iseq_inline_constant_cache_entry
Blanket Implementations
Mutably borrows from an owned value. Read more