Struct rbspy_ruby_structs::ruby_1_9_1_0::rb_block_struct [−][src]
#[repr(C)]pub struct rb_block_struct { pub self_: VALUE, pub lfp: *mut VALUE, pub dfp: *mut VALUE, pub iseq: *mut rb_iseq_t, pub proc_: VALUE, }
Fields
self_: VALUE
lfp: *mut VALUE
dfp: *mut VALUE
iseq: *mut 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