Enums§
- Value
Kind - Represents different kinds of types for alias analysis purposes. This is a wrapper of rustc_middle::ty::TyKind, except that treat some types as special cases;
Functions§
- is_
not_ drop - Determines whether a given type will never need drop (i.e., is trivially copyable and has no destructor).
- kind
- Analyzes a
Ty(Rustc type) and returns itsTyKindfor alias analysis.