pub struct AArch64;
Expand description
ARM 64-bit (AArch64) architecture specific definitions.
Implementations
The name of a register, or None
if the register number is unknown.
Only returns the primary name for registers that alias with others.
Converts a register name into a register number.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AArch64
impl UnwindSafe for AArch64
Blanket Implementations
Mutably borrows from an owned value. Read more