Module memory_operation

Source

Structs§

BlockId
Identifier for a block of memory
MemOp
Operation on a block of memory We can either write or read at an index in memory
MemOpWire 🔒
Wire format for MemOp — preserves backwards-compatible serialization where all three fields are Expression<F>. The serde(rename) ensures this type registers under the same name (“MemOp”) as the public type so that serde_reflection traces it correctly.

Enums§

MemOpKind
Whether a memory operation reads from or writes to memory