Struct gimli::X86 [−][src]
pub struct X86;
Expand description
Intel i386 architecture specific definitions.
See Intel386 psABi version 1.1 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
impl UnwindSafe for X86
Blanket Implementations
Mutably borrows from an owned value. Read more