Struct rbspy_ruby_structs::ruby_2_5_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_tcref: *mut rb_cref_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_method_iseq_structimpl !Send for rb_method_iseq_structimpl !Sync for rb_method_iseq_structimpl Unpin for rb_method_iseq_structimpl UnwindSafe for rb_method_iseq_structBlanket Implementations
Mutably borrows from an owned value. Read more