Module rustc_middle::mir::interpret::pointer
source · Structs
- Represents a pointer in the Miri engine.
Traits
- This trait abstracts over the kind of provenance that is associated with a
Pointer. It is mostly opaque; theMachinetrait extends it with some more operations that also have access to some global state. TheDebugrendering is used to display bare provenance, and for the default impl offmt.