Structs§
- Layout
- TyAnd
Layout - The layout of a type, alongside the type itself. Provides various type traversal APIs (e.g., recursing into fields).
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.