Searched defs:AllocRef (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/rust/compiler/rustc_const_eval/src/interpret/ |
| D | memory.rs | 119 pub struct AllocRef<'a, 'tcx, Prov: Provenance, Extra, Bytes: AllocBytes = Box<[u8]>> { struct 127 pub struct AllocRefMut<'a, 'tcx, Prov: Provenance, Extra, Bytes: AllocBytes = Box<[u8]>> { argument 982 impl<'tcx, 'a, Prov: Provenance, Extra, Bytes: AllocBytes> AllocRef<'a, 'tcx, Prov, Extra, Bytes> { implementation
|