#[repr(C, packed(1))]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 Freeze for iseq_catch_table
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more