Module rustc_const_eval::interpret::place

source ยท
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.

Modulesยง

Structsยง

  • A MemPlace with its layout. Constructing it is only possible in this module.
  • MemPlace ๐Ÿ”’
  • An evaluated place, together with its type.

Enumsยง

Traitsยง

  • The Weiteable trait describes interpreter values that can be written to.