pub enum RiscVInlineAsmReg {
Show 90 variants x1, x5, x6, x7, x10, x11, x12, x13, x14, x15, x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31, f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19, f20, f21, f22, f23, f24, f25, f26, f27, f28, f29, f30, f31, v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29, v30, v31,
}

Variants

x1

x5

x6

x7

x10

x11

x12

x13

x14

x15

x16

x17

x18

x19

x20

x21

x22

x23

x24

x25

x26

x27

x28

x29

x30

x31

f0

f1

f2

f3

f4

f5

f6

f7

f8

f9

f10

f11

f12

f13

f14

f15

f16

f17

f18

f19

f20

f21

f22

f23

f24

f25

f26

f27

f28

f29

f30

f31

v0

v1

v2

v3

v4

v5

v6

v7

v8

v9

v10

v11

v12

v13

v14

v15

v16

v17

v18

v19

v20

v21

v22

v23

v24

v25

v26

v27

v28

v29

v30

v31

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:

  • x1: 0 bytes
  • x5: 0 bytes
  • x6: 0 bytes
  • x7: 0 bytes
  • x10: 0 bytes
  • x11: 0 bytes
  • x12: 0 bytes
  • x13: 0 bytes
  • x14: 0 bytes
  • x15: 0 bytes
  • x16: 0 bytes
  • x17: 0 bytes
  • x18: 0 bytes
  • x19: 0 bytes
  • x20: 0 bytes
  • x21: 0 bytes
  • x22: 0 bytes
  • x23: 0 bytes
  • x24: 0 bytes
  • x25: 0 bytes
  • x26: 0 bytes
  • x27: 0 bytes
  • x28: 0 bytes
  • x29: 0 bytes
  • x30: 0 bytes
  • x31: 0 bytes
  • f0: 0 bytes
  • f1: 0 bytes
  • f2: 0 bytes
  • f3: 0 bytes
  • f4: 0 bytes
  • f5: 0 bytes
  • f6: 0 bytes
  • f7: 0 bytes
  • f8: 0 bytes
  • f9: 0 bytes
  • f10: 0 bytes
  • f11: 0 bytes
  • f12: 0 bytes
  • f13: 0 bytes
  • f14: 0 bytes
  • f15: 0 bytes
  • f16: 0 bytes
  • f17: 0 bytes
  • f18: 0 bytes
  • f19: 0 bytes
  • f20: 0 bytes
  • f21: 0 bytes
  • f22: 0 bytes
  • f23: 0 bytes
  • f24: 0 bytes
  • f25: 0 bytes
  • f26: 0 bytes
  • f27: 0 bytes
  • f28: 0 bytes
  • f29: 0 bytes
  • f30: 0 bytes
  • f31: 0 bytes
  • v0: 0 bytes
  • v1: 0 bytes
  • v2: 0 bytes
  • v3: 0 bytes
  • v4: 0 bytes
  • v5: 0 bytes
  • v6: 0 bytes
  • v7: 0 bytes
  • v8: 0 bytes
  • v9: 0 bytes
  • v10: 0 bytes
  • v11: 0 bytes
  • v12: 0 bytes
  • v13: 0 bytes
  • v14: 0 bytes
  • v15: 0 bytes
  • v16: 0 bytes
  • v17: 0 bytes
  • v18: 0 bytes
  • v19: 0 bytes
  • v20: 0 bytes
  • v21: 0 bytes
  • v22: 0 bytes
  • v23: 0 bytes
  • v24: 0 bytes
  • v25: 0 bytes
  • v26: 0 bytes
  • v27: 0 bytes
  • v28: 0 bytes
  • v29: 0 bytes
  • v30: 0 bytes
  • v31: 0 bytes