Struct rbspy_ruby_structs::ruby_2_6_8::iseq_catch_table
source · #[repr(C, packed)]pub struct iseq_catch_table {
pub size: c_uint,
pub entries: __IncompleteArrayField<iseq_catch_table_entry>,
}
Fields
size: c_uint
entries: __IncompleteArrayField<iseq_catch_table_entry>
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more