Enum gimli::read::CfaRule [−][src]
pub enum CfaRule<R: Reader> { RegisterAndOffset { register: Register, offset: i64, }, Expression(Expression<R>), }
The canonical frame address (CFA) recovery rules.
Variants
The CFA is given offset from the given register’s value.
Show fields
Expression(Expression<R>)
The CFA is obtained by evaluating this Reader
as a DWARF expression
program.
Trait Implementations
impl<R: Eq + Reader> Eq for CfaRule<R>
[src]
impl<R: Reader> StructuralEq for CfaRule<R>
[src]
impl<R: Reader> StructuralPartialEq for CfaRule<R>
[src]
Auto Trait Implementations
impl<R> RefUnwindSafe for CfaRule<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for CfaRule<R> where
R: Send,
R: Send,
impl<R> Sync for CfaRule<R> where
R: Sync,
R: Sync,
impl<R> Unpin for CfaRule<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for CfaRule<R> where
R: UnwindSafe,
R: UnwindSafe,