#[repr(C)]pub struct mrb_irep_catch_handler {
pub type_: u8,
pub begin: [u8; 4],
pub end: [u8; 4],
pub target: [u8; 4],
}
Fields§
§type_: u8
§begin: [u8; 4]
§end: [u8; 4]
§target: [u8; 4]
Trait Implementations§
Source§impl Clone for mrb_irep_catch_handler
impl Clone for mrb_irep_catch_handler
Source§fn clone(&self) -> mrb_irep_catch_handler
fn clone(&self) -> mrb_irep_catch_handler
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 moreSource§impl Debug for mrb_irep_catch_handler
impl Debug for mrb_irep_catch_handler
impl Copy for mrb_irep_catch_handler
Auto Trait Implementations§
impl Freeze for mrb_irep_catch_handler
impl RefUnwindSafe for mrb_irep_catch_handler
impl Send for mrb_irep_catch_handler
impl Sync for mrb_irep_catch_handler
impl Unpin for mrb_irep_catch_handler
impl UnwindSafe for mrb_irep_catch_handler
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