pub enum HexagonInlineAsmReg {
Show 28 variants r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, r10, r11, r12, r13, r14, r15, r16, r17, r18, r20, r21, r22, r23, r24, r25, r26, r27, r28,
}

Variants

r0

r1

r2

r3

r4

r5

r6

r7

r8

r9

r10

r11

r12

r13

r14

r15

r16

r17

r18

r20

r21

r22

r23

r24

r25

r26

r27

r28

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
  • r6: 0 bytes
  • r7: 0 bytes
  • r8: 0 bytes
  • r9: 0 bytes
  • r10: 0 bytes
  • r11: 0 bytes
  • r12: 0 bytes
  • r13: 0 bytes
  • r14: 0 bytes
  • r15: 0 bytes
  • r16: 0 bytes
  • r17: 0 bytes
  • r18: 0 bytes
  • r20: 0 bytes
  • r21: 0 bytes
  • r22: 0 bytes
  • r23: 0 bytes
  • r24: 0 bytes
  • r25: 0 bytes
  • r26: 0 bytes
  • r27: 0 bytes
  • r28: 0 bytes