struct PostInliningPartitioning<'tcx> {
codegen_units: Vec<CodegenUnit<'tcx>>,
mono_item_placements: FxHashMap<MonoItem<'tcx>, MonoItemPlacement>,
internalization_candidates: FxHashSet<MonoItem<'tcx>>,
}
Fields§
§codegen_units: Vec<CodegenUnit<'tcx>>
§mono_item_placements: FxHashMap<MonoItem<'tcx>, MonoItemPlacement>
§internalization_candidates: FxHashSet<MonoItem<'tcx>>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for PostInliningPartitioning<'tcx>
impl<'tcx> !Send for PostInliningPartitioning<'tcx>
impl<'tcx> !Sync for PostInliningPartitioning<'tcx>
impl<'tcx> Unpin for PostInliningPartitioning<'tcx>
impl<'tcx> !UnwindSafe for PostInliningPartitioning<'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: 88 bytes