pub struct Arm;
Expand description
ARM architecture specific definitions.
Implementations
sourceimpl Arm
impl Arm
pub const R0: Register = Register(0)
pub const R1: Register = Register(1)
pub const R2: Register = Register(2)
pub const R3: Register = Register(3)
pub const R4: Register = Register(4)
pub const R5: Register = Register(5)
pub const R6: Register = Register(6)
pub const R7: Register = Register(7)
pub const R8: Register = Register(8)
pub const R9: Register = Register(9)
pub const R10: Register = Register(10)
pub const R11: Register = Register(11)
pub const R12: Register = Register(12)
pub const R13: Register = Register(13)
pub const R14: Register = Register(14)
pub const R15: Register = Register(15)
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more