Struct rustc_middle::arena::Arena[][src]

pub struct Arena<'tcx> {
Show 41 fields pub dropless: DroplessArena, drop: DropArena, layout: TypedArena<Layout>, fn_abi: TypedArena<FnAbi<'tcx, Ty<'tcx>>>, adt_def: TypedArena<AdtDef>, steal_thir: TypedArena<Steal<Thir<'tcx>>>, steal_mir: TypedArena<Steal<Body<'tcx>>>, mir: TypedArena<Body<'tcx>>, steal_promoted: TypedArena<Steal<IndexVec<Promoted, Body<'tcx>>>>, promoted: TypedArena<IndexVec<Promoted, Body<'tcx>>>, typeck_results: TypedArena<TypeckResults<'tcx>>, borrowck_result: TypedArena<BorrowCheckResult<'tcx>>, unsafety_check_result: TypedArena<UnsafetyCheckResult>, code_region: TypedArena<CodeRegion>, const_allocs: TypedArena<Allocation>, mir_keys: PhantomData<DefIdSet>, region_scope_tree: TypedArena<ScopeTree>, dropck_outlives: TypedArena<Canonical<'tcx, QueryResponse<'tcx, DropckOutlivesResult<'tcx>>>>, normalize_projection_ty: TypedArena<Canonical<'tcx, QueryResponse<'tcx, NormalizationResult<'tcx>>>>, implied_outlives_bounds: TypedArena<Canonical<'tcx, QueryResponse<'tcx, Vec<OutlivesBound<'tcx>>>>>, type_op_subtype: TypedArena<Canonical<'tcx, QueryResponse<'tcx, ()>>>, type_op_normalize_poly_fn_sig: TypedArena<Canonical<'tcx, QueryResponse<'tcx, PolyFnSig<'tcx>>>>, type_op_normalize_fn_sig: TypedArena<Canonical<'tcx, QueryResponse<'tcx, FnSig<'tcx>>>>, type_op_normalize_predicate: TypedArena<Canonical<'tcx, QueryResponse<'tcx, Predicate<'tcx>>>>, type_op_normalize_ty: TypedArena<Canonical<'tcx, QueryResponse<'tcx, Ty<'tcx>>>>, all_traits: PhantomData<Vec<DefId>>, privacy_access_levels: PhantomData<AccessLevels>, foreign_module: PhantomData<ForeignModule>, foreign_modules: PhantomData<Vec<ForeignModule>>, upvars_mentioned: TypedArena<FxIndexMap<HirId, Upvar>>, object_safety_violations: TypedArena<ObjectSafetyViolation>, codegen_unit: TypedArena<CodegenUnit<'tcx>>, attribute: TypedArena<Attribute>, name_set: TypedArena<FxHashSet<Symbol>>, hir_id_set: TypedArena<HirIdSet>, tys: TypedArena<TyS<'tcx>>, predicates: TypedArena<PredicateInner<'tcx>>, asm_template: TypedArena<InlineAsmTemplatePiece>, span: TypedArena<Span>, used_trait_imports: TypedArena<FxHashSet<LocalDefId>>, dep_kind: TypedArena<DepKindStruct>,
}

Fields

dropless: DroplessArenadrop: DropArenalayout: TypedArena<Layout>fn_abi: TypedArena<FnAbi<'tcx, Ty<'tcx>>>adt_def: TypedArena<AdtDef>steal_thir: TypedArena<Steal<Thir<'tcx>>>steal_mir: TypedArena<Steal<Body<'tcx>>>mir: TypedArena<Body<'tcx>>steal_promoted: TypedArena<Steal<IndexVec<Promoted, Body<'tcx>>>>promoted: TypedArena<IndexVec<Promoted, Body<'tcx>>>typeck_results: TypedArena<TypeckResults<'tcx>>borrowck_result: TypedArena<BorrowCheckResult<'tcx>>unsafety_check_result: TypedArena<UnsafetyCheckResult>code_region: TypedArena<CodeRegion>const_allocs: TypedArena<Allocation>mir_keys: PhantomData<DefIdSet>region_scope_tree: TypedArena<ScopeTree>dropck_outlives: TypedArena<Canonical<'tcx, QueryResponse<'tcx, DropckOutlivesResult<'tcx>>>>normalize_projection_ty: TypedArena<Canonical<'tcx, QueryResponse<'tcx, NormalizationResult<'tcx>>>>implied_outlives_bounds: TypedArena<Canonical<'tcx, QueryResponse<'tcx, Vec<OutlivesBound<'tcx>>>>>type_op_subtype: TypedArena<Canonical<'tcx, QueryResponse<'tcx, ()>>>type_op_normalize_poly_fn_sig: TypedArena<Canonical<'tcx, QueryResponse<'tcx, PolyFnSig<'tcx>>>>type_op_normalize_fn_sig: TypedArena<Canonical<'tcx, QueryResponse<'tcx, FnSig<'tcx>>>>type_op_normalize_predicate: TypedArena<Canonical<'tcx, QueryResponse<'tcx, Predicate<'tcx>>>>type_op_normalize_ty: TypedArena<Canonical<'tcx, QueryResponse<'tcx, Ty<'tcx>>>>all_traits: PhantomData<Vec<DefId>>privacy_access_levels: PhantomData<AccessLevels>foreign_module: PhantomData<ForeignModule>foreign_modules: PhantomData<Vec<ForeignModule>>upvars_mentioned: TypedArena<FxIndexMap<HirId, Upvar>>object_safety_violations: TypedArena<ObjectSafetyViolation>codegen_unit: TypedArena<CodegenUnit<'tcx>>attribute: TypedArena<Attribute>name_set: TypedArena<FxHashSet<Symbol>>hir_id_set: TypedArena<HirIdSet>tys: TypedArena<TyS<'tcx>>predicates: TypedArena<PredicateInner<'tcx>>asm_template: TypedArena<InlineAsmTemplatePiece>span: TypedArena<Span>used_trait_imports: TypedArena<FxHashSet<LocalDefId>>dep_kind: TypedArena<DepKindStruct>

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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: 1760 bytes