Struct cranelift_codegen::isa::unwind::systemv::UnwindInfo [−][src]
pub struct UnwindInfo { /* fields omitted */ }
Expand description
Represents unwind information for a single System V ABI function.
This representation is not ISA specific.
Implementations
Converts the unwind information into a FrameDescriptionEntry
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.