pub enum RegARM {
Show 18 variants
R0,
R1,
R2,
R3,
R4,
R5,
R6,
R7,
R8,
R9,
R10,
R11,
R12,
R13,
R14,
R15,
CPSR,
UNKNOWN(u32),
}Expand description
Register for the ARM architecture
Variants§
Trait Implementations§
impl Copy for RegARM
impl Eq for RegARM
impl StructuralEq for RegARM
impl StructuralPartialEq for RegARM
Auto Trait Implementations§
impl RefUnwindSafe for RegARM
impl Send for RegARM
impl Sync for RegARM
impl Unpin for RegARM
impl UnwindSafe for RegARM
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more