Module 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ยง

size_asserts ๐Ÿ”’

Structsยง

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

Enumsยง

MemPlaceMeta
Information required for the sound usage of a MemPlace.
Place ๐Ÿ”’

Traitsยง

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