Struct rbspy_ruby_structs::ruby_2_1_6::rb_block_struct [−][src]
#[repr(C)]pub struct rb_block_struct { pub self_: VALUE, pub klass: VALUE, pub ep: *mut VALUE, pub iseq: *mut rb_iseq_t, pub proc_: VALUE, }
Fields
self_: VALUEklass: VALUEep: *mut VALUEiseq: *mut rb_iseq_tproc_: VALUETrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_block_structimpl !Send for rb_block_structimpl !Sync for rb_block_structimpl Unpin for rb_block_structimpl UnwindSafe for rb_block_structBlanket Implementations
Mutably borrows from an owned value. Read more