Struct rbspy_ruby_structs::ruby_2_2_8::iseq_catch_table
source · #[repr(C)]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§
source§impl Clone for iseq_catch_table
impl Clone for iseq_catch_table
source§fn clone(&self) -> iseq_catch_table
fn clone(&self) -> iseq_catch_table
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more