Struct rbspy_ruby_structs::ruby_2_6_7::rb_method_iseq_struct [−][src]
#[repr(C)]pub struct rb_method_iseq_struct {
pub iseqptr: *const rb_iseq_t,
pub cref: *mut rb_cref_t,
}
Fields
iseqptr: *const rb_iseq_t
cref: *mut rb_cref_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_method_iseq_struct
impl !Send for rb_method_iseq_struct
impl !Sync for rb_method_iseq_struct
impl Unpin for rb_method_iseq_struct
impl UnwindSafe for rb_method_iseq_struct
Blanket Implementations
Mutably borrows from an owned value. Read more