pub struct RegionConstraintStorage<'tcx> {
var_infos: IndexVec<RegionVid, RegionVariableInfo>,
data: RegionConstraintData<'tcx>,
lubs: HashMap<TwoRegions<'tcx>, RegionVid, BuildHasherDefault<FxHasher>>,
glbs: HashMap<TwoRegions<'tcx>, RegionVid, BuildHasherDefault<FxHasher>>,
pub(super) unification_table: UnificationTable<InPlace<RegionVidKey<'tcx>, Vec<VarValue<RegionVidKey<'tcx>>, Global>, ()>>,
any_unifications: bool,
}
Fields§
§var_infos: IndexVec<RegionVid, RegionVariableInfo>
§data: RegionConstraintData<'tcx>
§lubs: HashMap<TwoRegions<'tcx>, RegionVid, BuildHasherDefault<FxHasher>>
§glbs: HashMap<TwoRegions<'tcx>, RegionVid, BuildHasherDefault<FxHasher>>
§unification_table: UnificationTable<InPlace<RegionVidKey<'tcx>, Vec<VarValue<RegionVidKey<'tcx>>, Global>, ()>>
§any_unifications: bool
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for RegionConstraintStorage<'tcx>
impl<'tcx> !Send for RegionConstraintStorage<'tcx>
impl<'tcx> !Sync for RegionConstraintStorage<'tcx>
impl<'tcx> Unpin for RegionConstraintStorage<'tcx>
impl<'tcx> !UnwindSafe for RegionConstraintStorage<'tcx>
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 248 bytes