pub struct UnwindContext {
pub cursor: Cursor,
pub location: FileAddress,
pub cfa_rule: CfaRuleType,
pub cie_register_rules: RuleSet,
pub register_rules: RuleSet,
pub rule_stack: Vec<(RuleSet, CfaRuleType)>,
}Fields§
§cursor: Cursor§location: FileAddress§cfa_rule: CfaRuleType§cie_register_rules: RuleSet§register_rules: RuleSet§rule_stack: Vec<(RuleSet, CfaRuleType)>Trait Implementations§
Source§impl Default for UnwindContext
impl Default for UnwindContext
Source§fn default() -> UnwindContext
fn default() -> UnwindContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for UnwindContext
impl !RefUnwindSafe for UnwindContext
impl !Send for UnwindContext
impl !Sync for UnwindContext
impl Unpin for UnwindContext
impl !UnwindSafe for UnwindContext
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