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§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
impl Copy for UnwindAction
impl Eq for UnwindAction
impl StructuralPartialEq for UnwindAction
Auto Trait Implementations§
impl Freeze for UnwindAction
impl RefUnwindSafe for UnwindAction
impl Send for UnwindAction
impl Sync for UnwindAction
impl Unpin for UnwindAction
impl UnwindSafe for UnwindAction
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)