Struct gimli::X86_64 [−][src]
pub struct X86_64;
Expand description
AMD64 architecture specific definitions.
See x86-64 psABI version 1.0 at the X86 psABI wiki.
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 X86_64
impl UnwindSafe for X86_64
Blanket Implementations
Mutably borrows from an owned value. Read more