Module rustc_const_eval::interpret::place [−][src]
Expand description
Computations on places – field projections, going from mir::Place, and writing into a place. All high-level functions to write to memory work on places as destinations.
Structs
A MemPlace with its layout. Constructing it is only possible in this module.
Enums
Information required for the sound usage of a MemPlace
.