Struct unwinding::abi::UnwindReasonCode
source · #[repr(transparent)]pub struct UnwindReasonCode(pub i32);
Tuple Fields§
§0: i32
Implementations§
source§impl UnwindReasonCode
impl UnwindReasonCode
pub const NO_REASON: Self = _
pub const FOREIGN_EXCEPTION_CAUGHT: Self = _
pub const FATAL_PHASE2_ERROR: Self = _
pub const FATAL_PHASE1_ERROR: Self = _
pub const NORMAL_STOP: Self = _
pub const END_OF_STACK: Self = _
pub const HANDLER_FOUND: Self = _
pub const INSTALL_CONTEXT: Self = _
pub const CONTINUE_UNWIND: Self = _
Trait Implementations§
source§impl Clone for UnwindReasonCode
impl Clone for UnwindReasonCode
source§fn clone(&self) -> UnwindReasonCode
fn clone(&self) -> UnwindReasonCode
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 PartialEq for UnwindReasonCode
impl PartialEq for UnwindReasonCode
source§fn eq(&self, other: &UnwindReasonCode) -> bool
fn eq(&self, other: &UnwindReasonCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UnwindReasonCode
impl Eq for UnwindReasonCode
impl StructuralEq for UnwindReasonCode
impl StructuralPartialEq for UnwindReasonCode
Auto Trait Implementations§
impl RefUnwindSafe for UnwindReasonCode
impl Send for UnwindReasonCode
impl Sync for UnwindReasonCode
impl Unpin for UnwindReasonCode
impl UnwindSafe for UnwindReasonCode
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