Macros§
- from_
scalar_ 🔒int_ for_ x - from_
scalar_ 🔒int_ for_ x_ signed - from_
x_ 🔒for_ scalar_ int - from_
x_ 🔒for_ scalar_ int_ signed
Structs§
- Char
TryFrom Scalar Int - Error returned when a conversion from ScalarInt to char fails.
- Const
Int - A type for representing any integer. Only used for printing.
- Scalar
Int - The raw bytes of a simple value.
Enums§
- Atomic
Ordering - An enum to represent the compiler-side view of
intrinsics::AtomicOrdering
. This lives here because there’s a method in this file that needs it and it is entirely unclear where else to put this…