[][src]Module rustc_mir::interpret::operand

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Functions concerning immediate values and operands, and reading from operands. All high-level functions to read from memory work on operands as sources.

Structs

OpTy [
Experimental
]
ValTy [
Experimental
]

Enums

Operand [
Experimental
]

An Operand is the result of computing a mir::Operand. It can be immediate, or still in memory. The latter is an optimization, to delay reading that chunk of memory and to avoid having to store arbitrary-sized data here.

Value [
Experimental
]

A Value represents a single immediate self-contained Rust value.

Functions

from_known_layout [
Experimental
]