Struct rbspy_ruby_structs::ruby_2_3_1::rb_block_struct [−][src]
#[repr(C)]pub struct rb_block_struct {
pub self_: VALUE,
pub ep: *mut VALUE,
pub iseq: *const rb_iseq_t,
pub proc_: VALUE,
}
Fields
self_: VALUE
ep: *mut VALUE
iseq: *const rb_iseq_t
proc_: VALUE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_block_struct
impl !Send for rb_block_struct
impl !Sync for rb_block_struct
impl Unpin for rb_block_struct
impl UnwindSafe for rb_block_struct
Blanket Implementations
Mutably borrows from an owned value. Read more