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 UnwindInfoimpl Send for UnwindInfoimpl Sync for UnwindInfoimpl Unpin for UnwindInfoimpl UnwindSafe for UnwindInfoBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.