Struct gimli::Arm [−][src]
ARM architecture specific definitions.
Implementations
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.
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]
fn clone(&self) -> Arm
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Arm
[src]
impl Debug for Arm
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,