pub struct ExceptionHandler {
pub frame_index: usize,
pub catch_pc: usize,
pub finally_pc: Option<usize>,
}Fields§
§frame_index: usize§catch_pc: usize§finally_pc: Option<usize>Trait Implementations§
Source§impl Clone for ExceptionHandler
impl Clone for ExceptionHandler
Source§fn clone(&self) -> ExceptionHandler
fn clone(&self) -> ExceptionHandler
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExceptionHandler
impl RefUnwindSafe for ExceptionHandler
impl Send for ExceptionHandler
impl Sync for ExceptionHandler
impl Unpin for ExceptionHandler
impl UnsafeUnpin for ExceptionHandler
impl UnwindSafe for ExceptionHandler
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