[][src]Struct gimli::Arm

pub struct Arm;

ARM architecture specific definitions.

See DWARF for the ARM Architecture.

Methods

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]

pub fn register_name(register: Register) -> Option<&'static str>[src]

The name of a register, or None if the register number is unknown.

Trait Implementations

impl Clone for Arm[src]

impl Copy for Arm[src]

impl Debug for Arm[src]

Auto Trait Implementations

impl RefUnwindSafe for Arm

impl Send for Arm

impl Sync for Arm

impl Unpin for Arm

impl UnwindSafe for Arm

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.