Struct rbspy_ruby_structs::ruby_2_2_8::iseq_catch_table [−][src]
#[repr(C, packed)]pub struct iseq_catch_table { pub size: c_int, pub entries: [iseq_catch_table_entry; 1], }
Fields
size: c_int
entries: [iseq_catch_table_entry; 1]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for iseq_catch_table
impl Send for iseq_catch_table
impl Sync for iseq_catch_table
impl Unpin for iseq_catch_table
impl UnwindSafe for iseq_catch_table
Blanket Implementations
Mutably borrows from an owned value. Read more