Searched defs:AllocRefMut (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/rust/compiler/rustc_const_eval/src/interpret/ |
| D | memory.rs | 127 pub struct AllocRefMut<'a, 'tcx, Prov: Provenance, Extra, Bytes: AllocBytes = Box<[u8]>> { struct 128 alloc: &'a mut Allocation<Prov, Extra, Bytes>, 129 range: AllocRange, 130 tcx: TyCtxt<'tcx>, 131 alloc_id: AllocId, 955 impl<'tcx, 'a, Prov: Provenance, Extra, Bytes: AllocBytes>
|