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
- MemOp
Wire 🔒 - Wire format for
MemOp— preserves backwards-compatible serialization where all three fields areExpression<F>. Theserde(rename)ensures this type registers under the same name (“MemOp”) as the public type so thatserde_reflectiontraces it correctly.
Enums§
- MemOp
Kind - Whether a memory operation reads from or writes to memory