Enum RegisterARM

Source
#[repr(C)]
pub enum RegisterARM {
Show 111 variants INVALID = 0, APSR = 1, APSR_NZCV = 2, CPSR = 3, FPEXC = 4, FPINST = 5, FPSCR = 6, FPSCR_NZCV = 7, FPSID = 8, ITSTATE = 9, LR = 10, PC = 11, SP = 12, SPSR = 13, D0 = 14, D1 = 15, D2 = 16, D3 = 17, D4 = 18, D5 = 19, D6 = 20, D7 = 21, D8 = 22, D9 = 23, D10 = 24, D11 = 25, D12 = 26, D13 = 27, D14 = 28, D15 = 29, D16 = 30, D17 = 31, D18 = 32, D19 = 33, D20 = 34, D21 = 35, D22 = 36, D23 = 37, D24 = 38, D25 = 39, D26 = 40, D27 = 41, D28 = 42, D29 = 43, D30 = 44, D31 = 45, FPINST2 = 46, MVFR0 = 47, MVFR1 = 48, MVFR2 = 49, Q0 = 50, Q1 = 51, Q2 = 52, Q3 = 53, Q4 = 54, Q5 = 55, Q6 = 56, Q7 = 57, Q8 = 58, Q9 = 59, Q10 = 60, Q11 = 61, Q12 = 62, Q13 = 63, Q14 = 64, Q15 = 65, R0 = 66, R1 = 67, R2 = 68, R3 = 69, R4 = 70, R5 = 71, R6 = 72, R7 = 73, R8 = 74, SB = 75, SL = 76, FP = 77, IP = 78, S0 = 79, S1 = 80, S2 = 81, S3 = 82, S4 = 83, S5 = 84, S6 = 85, S7 = 86, S8 = 87, S9 = 88, S10 = 89, S11 = 90, S12 = 91, S13 = 92, S14 = 93, S15 = 94, S16 = 95, S17 = 96, S18 = 97, S19 = 98, S20 = 99, S21 = 100, S22 = 101, S23 = 102, S24 = 103, S25 = 104, S26 = 105, S27 = 106, S28 = 107, S29 = 108, S30 = 109, S31 = 110,
}

Variants§

§

INVALID = 0

§

APSR = 1

§

APSR_NZCV = 2

§

CPSR = 3

§

FPEXC = 4

§

FPINST = 5

§

FPSCR = 6

§

FPSCR_NZCV = 7

§

FPSID = 8

§

ITSTATE = 9

§

LR = 10

§

PC = 11

§

SP = 12

§

SPSR = 13

§

D0 = 14

§

D1 = 15

§

D2 = 16

§

D3 = 17

§

D4 = 18

§

D5 = 19

§

D6 = 20

§

D7 = 21

§

D8 = 22

§

D9 = 23

§

D10 = 24

§

D11 = 25

§

D12 = 26

§

D13 = 27

§

D14 = 28

§

D15 = 29

§

D16 = 30

§

D17 = 31

§

D18 = 32

§

D19 = 33

§

D20 = 34

§

D21 = 35

§

D22 = 36

§

D23 = 37

§

D24 = 38

§

D25 = 39

§

D26 = 40

§

D27 = 41

§

D28 = 42

§

D29 = 43

§

D30 = 44

§

D31 = 45

§

FPINST2 = 46

§

MVFR0 = 47

§

MVFR1 = 48

§

MVFR2 = 49

§

Q0 = 50

§

Q1 = 51

§

Q2 = 52

§

Q3 = 53

§

Q4 = 54

§

Q5 = 55

§

Q6 = 56

§

Q7 = 57

§

Q8 = 58

§

Q9 = 59

§

Q10 = 60

§

Q11 = 61

§

Q12 = 62

§

Q13 = 63

§

Q14 = 64

§

Q15 = 65

§

R0 = 66

§

R1 = 67

§

R2 = 68

§

R3 = 69

§

R4 = 70

§

R5 = 71

§

R6 = 72

§

R7 = 73

§

R8 = 74

§

SB = 75

§

SL = 76

§

FP = 77

§

IP = 78

§

S0 = 79

§

S1 = 80

§

S2 = 81

§

S3 = 82

§

S4 = 83

§

S5 = 84

§

S6 = 85

§

S7 = 86

§

S8 = 87

§

S9 = 88

§

S10 = 89

§

S11 = 90

§

S12 = 91

§

S13 = 92

§

S14 = 93

§

S15 = 94

§

S16 = 95

§

S17 = 96

§

S18 = 97

§

S19 = 98

§

S20 = 99

§

S21 = 100

§

S22 = 101

§

S23 = 102

§

S24 = 103

§

S25 = 104

§

S26 = 105

§

S27 = 106

§

S28 = 107

§

S29 = 108

§

S30 = 109

§

S31 = 110

Trait Implementations§

Source§

impl Clone for RegisterARM

Source§

fn clone(&self) -> RegisterARM

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RegisterARM

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for RegisterARM

Source§

fn eq(&self, other: &RegisterARM) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Register for RegisterARM

Source§

fn to_i32(&self) -> i32

Source§

impl Copy for RegisterARM

Source§

impl StructuralPartialEq for RegisterARM

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.