Struct gimli::Arm [−][src]
pub struct Arm;Expand description
ARM architecture specific definitions.
Implementations
The name of a register, or None if the register number is unknown.
Converts a register name into a register number.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Arm
impl UnwindSafe for Arm
Blanket Implementations
Mutably borrows from an owned value. Read more