pub enum PowerPCInlineAsmReg {
Show 68 variants r0, r3, r4, r5, r6, r7, r8, r9, r10, r11, r12, r14, r15, r16, r17, r18, r19, r20, r21, r22, r23, r24, r25, r26, r27, r28, 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, cr, cr0, cr1, cr2, cr3, cr4, cr5, cr6, cr7, xer,
}

Variants

r0

r3

r4

r5

r6

r7

r8

r9

r10

r11

r12

r14

r15

r16

r17

r18

r19

r20

r21

r22

r23

r24

r25

r26

r27

r28

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

cr

cr0

cr1

cr2

cr3

cr4

cr5

cr6

cr7

xer

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
  • 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
  • r14: 0 bytes
  • r15: 0 bytes
  • r16: 0 bytes
  • r17: 0 bytes
  • r18: 0 bytes
  • r19: 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
  • 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
  • cr: 0 bytes
  • cr0: 0 bytes
  • cr1: 0 bytes
  • cr2: 0 bytes
  • cr3: 0 bytes
  • cr4: 0 bytes
  • cr5: 0 bytes
  • cr6: 0 bytes
  • cr7: 0 bytes
  • xer: 0 bytes