Struct cranelift_codegen::isa::unwind::systemv::UnwindInfo
source · pub struct UnwindInfo { /* private fields */ }
Expand description
Represents unwind information for a single System V ABI function.
This representation is not ISA specific.
Implementations§
source§impl UnwindInfo
impl UnwindInfo
Trait Implementations§
source§impl Clone for UnwindInfo
impl Clone for UnwindInfo
source§fn clone(&self) -> UnwindInfo
fn clone(&self) -> UnwindInfo
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 Debug for UnwindInfo
impl Debug for UnwindInfo
source§impl PartialEq<UnwindInfo> for UnwindInfo
impl PartialEq<UnwindInfo> for UnwindInfo
source§fn eq(&self, other: &UnwindInfo) -> bool
fn eq(&self, other: &UnwindInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for UnwindInfo
impl StructuralEq for UnwindInfo
impl StructuralPartialEq for UnwindInfo
Auto Trait Implementations§
impl RefUnwindSafe for UnwindInfo
impl Send for UnwindInfo
impl Sync for UnwindInfo
impl Unpin for UnwindInfo
impl UnwindSafe for UnwindInfo
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.