Module rustc_type_ir::ty_kind
source · Structs
- A floating-point (
f32orf64) type variable ID. - An integral (
u32,i32,usize, etc.) type variable ID. - A type variable ID.
Enums
- Specifies how a trait object is represented.
- A placeholder for a type that hasn’t been inferred yet.
- The movability of a coroutine / closure literal: whether a coroutine contains self-references, causing it to be
!Unpin. - Defines the kinds of types used by the type system.