Enum rustc_codegen_ssa::back::write::WorkItemResult
source · enum WorkItemResult<B: WriteBackendMethods> {
Compiled(CompiledModule),
NeedsLink(ModuleCodegen<B::Module>),
NeedsFatLTO(FatLTOInput<B>),
NeedsThinLTO(String, B::ThinBuffer),
}
Variants§
Compiled(CompiledModule)
NeedsLink(ModuleCodegen<B::Module>)
NeedsFatLTO(FatLTOInput<B>)
NeedsThinLTO(String, B::ThinBuffer)
Auto Trait Implementations§
impl<B> RefUnwindSafe for WorkItemResult<B>where
<B as WriteBackendMethods>::Module: RefUnwindSafe,
<B as WriteBackendMethods>::ModuleBuffer: RefUnwindSafe,
<B as WriteBackendMethods>::ThinBuffer: RefUnwindSafe,
impl<B> Send for WorkItemResult<B>
impl<B> Sync for WorkItemResult<B>
impl<B> Unpin for WorkItemResult<B>where
<B as WriteBackendMethods>::Module: Unpin,
<B as WriteBackendMethods>::ModuleBuffer: Unpin,
<B as WriteBackendMethods>::ThinBuffer: Unpin,
impl<B> UnwindSafe for WorkItemResult<B>where
<B as WriteBackendMethods>::Module: UnwindSafe,
<B as WriteBackendMethods>::ModuleBuffer: UnwindSafe,
<B as WriteBackendMethods>::ThinBuffer: UnwindSafe,
Blanket Implementations§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.