Struct paralegal_spdg::rustc::mir::mono::CodegenUnit
source · pub struct CodegenUnit<'tcx> {
name: Symbol,
items: HashMap<MonoItem<'tcx>, MonoItemData, BuildHasherDefault<FxHasher>>,
size_estimate: usize,
primary: bool,
is_code_coverage_dead_code_cgu: bool,
}
Fields§
§name: Symbol
§items: HashMap<MonoItem<'tcx>, MonoItemData, BuildHasherDefault<FxHasher>>
§size_estimate: usize
§primary: bool
§is_code_coverage_dead_code_cgu: bool
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for CodegenUnit<'tcx>
impl<'tcx> !Send for CodegenUnit<'tcx>
impl<'tcx> !Sync for CodegenUnit<'tcx>
impl<'tcx> Unpin for CodegenUnit<'tcx>
impl<'tcx> !UnwindSafe for CodegenUnit<'tcx>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more