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