[][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]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Arm[src]

impl Debug for Arm[src]

Auto Trait Implementations

impl Send for Arm

impl Sync for Arm

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

The type returned in the event of a conversion error.

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.