Struct rbspy_ruby_structs::ruby_2_6_8::iseq_inline_cache_entry [−][src]
#[repr(C)]pub struct iseq_inline_cache_entry {
pub ic_serial: rb_serial_t,
pub ic_cref: *const rb_cref_t,
pub ic_value: iseq_inline_cache_entry__bindgen_ty_1,
}
Fields
ic_serial: rb_serial_t
ic_cref: *const rb_cref_t
ic_value: iseq_inline_cache_entry__bindgen_ty_1
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for iseq_inline_cache_entry
impl !Send for iseq_inline_cache_entry
impl !Sync for iseq_inline_cache_entry
impl Unpin for iseq_inline_cache_entry
impl UnwindSafe for iseq_inline_cache_entry
Blanket Implementations
Mutably borrows from an owned value. Read more