Structs§
- Field
Idx  - The source-order index of a field in a variant.
 - Layout
 - TyAnd
Layout  - The layout of a type, alongside the type itself. Provides various type traversal APIs (e.g., recursing into fields).
 - Variant
Idx  - The source-order index of a variant in a type.
 
Constants§
- FIRST_
VARIANT  - Equivalent to 
VariantIdx(0). 
Traits§
- TyAbi
Interface  - Trait that needs to be implemented by the higher-level type representation
(e.g. 
rustc_middle::ty::Ty), to providerustc_target::abifunctionality.