pub struct ExceptionEntry {
pub try_start: u32,
pub try_end: u32,
pub handler_pc: u32,
pub stack_depth: u16,
pub catch_slot: u16,
}Fields§
§try_start: u32§try_end: u32§handler_pc: u32§stack_depth: u16§catch_slot: u16Trait Implementations§
Source§impl Clone for ExceptionEntry
impl Clone for ExceptionEntry
Source§fn clone(&self) -> ExceptionEntry
fn clone(&self) -> ExceptionEntry
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ExceptionEntry
impl RefUnwindSafe for ExceptionEntry
impl Send for ExceptionEntry
impl Sync for ExceptionEntry
impl Unpin for ExceptionEntry
impl UnsafeUnpin for ExceptionEntry
impl UnwindSafe for ExceptionEntry
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