Enum rustc_codegen_ssa::back::write::WorkItemResult [−][src]
enum WorkItemResult<B: WriteBackendMethods> {
Compiled(CompiledModule),
NeedsLink(ModuleCodegen<B::Module>),
NeedsFatLTO(FatLTOInput<B>),
NeedsThinLTO(String, B::ThinBuffer),
}
Variants
Compiled(CompiledModule)
Tuple Fields of Compiled
NeedsLink(ModuleCodegen<B::Module>)
Tuple Fields of NeedsLink
0: ModuleCodegen<B::Module>
NeedsFatLTO(FatLTOInput<B>)
Tuple Fields of NeedsFatLTO
0: FatLTOInput<B>
NeedsThinLTO(String, B::ThinBuffer)
Tuple Fields of NeedsThinLTO
0: String
1: 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.