pub struct TryRegion {
pub start_pc: usize,
pub end_pc: usize,
pub catch_pc: usize,
pub ex_reg: i32,
pub depth: usize,
}Fields§
§start_pc: usize§end_pc: usize§catch_pc: usize§ex_reg: i32§depth: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for TryRegion
impl RefUnwindSafe for TryRegion
impl Send for TryRegion
impl Sync for TryRegion
impl Unpin for TryRegion
impl UnwindSafe for TryRegion
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