pub enum ArmInlineAsmReg {
Show 93 variants r0, r1, r2, r3, r4, r5, r7, r8, r9, r10, r11, r12, r14, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15, s16, s17, s18, s19, s20, s21, s22, s23, s24, s25, s26, s27, s28, s29, s30, s31, d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11, d12, d13, d14, d15, d16, d17, d18, d19, d20, d21, d22, d23, d24, d25, d26, d27, d28, d29, d30, d31, q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, q13, q14, q15,
}

Variants

r0

r1

r2

r3

r4

r5

r7

r8

r9

r10

r11

r12

r14

s0

s1

s2

s3

s4

s5

s6

s7

s8

s9

s10

s11

s12

s13

s14

s15

s16

s17

s18

s19

s20

s21

s22

s23

s24

s25

s26

s27

s28

s29

s30

s31

d0

d1

d2

d3

d4

d5

d6

d7

d8

d9

d10

d11

d12

d13

d14

d15

d16

d17

d18

d19

d20

d21

d22

d23

d24

d25

d26

d27

d28

d29

d30

d31

q0

q1

q2

q3

q4

q5

q6

q7

q8

q9

q10

q11

q12

q13

q14

q15

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.

Layout

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.

Size: 1 byte

Size for each variant:

  • r0: 0 bytes
  • r1: 0 bytes
  • r2: 0 bytes
  • r3: 0 bytes
  • r4: 0 bytes
  • r5: 0 bytes
  • r7: 0 bytes
  • r8: 0 bytes
  • r9: 0 bytes
  • r10: 0 bytes
  • r11: 0 bytes
  • r12: 0 bytes
  • r14: 0 bytes
  • s0: 0 bytes
  • s1: 0 bytes
  • s2: 0 bytes
  • s3: 0 bytes
  • s4: 0 bytes
  • s5: 0 bytes
  • s6: 0 bytes
  • s7: 0 bytes
  • s8: 0 bytes
  • s9: 0 bytes
  • s10: 0 bytes
  • s11: 0 bytes
  • s12: 0 bytes
  • s13: 0 bytes
  • s14: 0 bytes
  • s15: 0 bytes
  • s16: 0 bytes
  • s17: 0 bytes
  • s18: 0 bytes
  • s19: 0 bytes
  • s20: 0 bytes
  • s21: 0 bytes
  • s22: 0 bytes
  • s23: 0 bytes
  • s24: 0 bytes
  • s25: 0 bytes
  • s26: 0 bytes
  • s27: 0 bytes
  • s28: 0 bytes
  • s29: 0 bytes
  • s30: 0 bytes
  • s31: 0 bytes
  • d0: 0 bytes
  • d1: 0 bytes
  • d2: 0 bytes
  • d3: 0 bytes
  • d4: 0 bytes
  • d5: 0 bytes
  • d6: 0 bytes
  • d7: 0 bytes
  • d8: 0 bytes
  • d9: 0 bytes
  • d10: 0 bytes
  • d11: 0 bytes
  • d12: 0 bytes
  • d13: 0 bytes
  • d14: 0 bytes
  • d15: 0 bytes
  • d16: 0 bytes
  • d17: 0 bytes
  • d18: 0 bytes
  • d19: 0 bytes
  • d20: 0 bytes
  • d21: 0 bytes
  • d22: 0 bytes
  • d23: 0 bytes
  • d24: 0 bytes
  • d25: 0 bytes
  • d26: 0 bytes
  • d27: 0 bytes
  • d28: 0 bytes
  • d29: 0 bytes
  • d30: 0 bytes
  • d31: 0 bytes
  • q0: 0 bytes
  • q1: 0 bytes
  • q2: 0 bytes
  • q3: 0 bytes
  • q4: 0 bytes
  • q5: 0 bytes
  • q6: 0 bytes
  • q7: 0 bytes
  • q8: 0 bytes
  • q9: 0 bytes
  • q10: 0 bytes
  • q11: 0 bytes
  • q12: 0 bytes
  • q13: 0 bytes
  • q14: 0 bytes
  • q15: 0 bytes