Searched defs:ConstAllocation (Results 1 – 2 of 2) sorted by relevance
153 pub struct ConstAllocation<'tcx>(pub Interned<'tcx, Allocation>); struct155 impl<'tcx> fmt::Debug for ConstAllocation<'tcx> { implementation163 impl<'tcx> ConstAllocation<'tcx> { implementation
149 impl<'tcx, E: TyEncoder<I = TyCtxt<'tcx>>> Encodable<E> for ConstAllocation<'tcx> { implementation359 impl<'tcx, D: TyDecoder<I = TyCtxt<'tcx>>> Decodable<D> for ConstAllocation<'tcx> { implementation