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