pub type CfaUnwindInfo = UnwindInfo;
Expand description
CFA-based unwind information used on SystemV.
Aliased Type§
struct CfaUnwindInfo { /* private fields */ }
Implementations
Source§impl UnwindInfo
impl UnwindInfo
Sourcepub fn to_fde(&self, address: Address) -> FrameDescriptionEntry
pub fn to_fde(&self, address: Address) -> FrameDescriptionEntry
Converts the unwind information into a FrameDescriptionEntry
.
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 more