Struct gimli::Arm [−][src]
pub struct Arm;
ARM architecture specific definitions.
Implementations
impl Arm
[src]
impl Arm
[src]pub const R0: Register
[src]
pub const R1: Register
[src]
pub const R2: Register
[src]
pub const R3: Register
[src]
pub const R4: Register
[src]
pub const R5: Register
[src]
pub const R6: Register
[src]
pub const R7: Register
[src]
pub const R8: Register
[src]
pub const R9: Register
[src]
pub const R10: Register
[src]
pub const R11: Register
[src]
pub const R12: Register
[src]
pub const R13: Register
[src]
pub const R14: Register
[src]
pub const R15: Register
[src]
impl Arm
[src]
impl Arm
[src]pub fn register_name(register: Register) -> Option<&'static str>
[src]
The name of a register, or None
if the register number is unknown.
pub fn name_to_register(value: &str) -> Option<Register>
[src]
Converts a register name into a register number.
Trait Implementations
impl Clone for Arm
[src]
impl Clone for Arm
[src]fn clone(&self) -> Arm
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Arm
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.