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