Enum rustc_codegen_ssa::back::write::FatLTOInput [−][src]
pub enum FatLTOInput<B: WriteBackendMethods> {
Serialized {
name: String,
buffer: B::ModuleBuffer,
},
InMemory(ModuleCodegen<B::Module>),
}
Variants
Fields of Serialized
name: String
buffer: B::ModuleBuffer
InMemory(ModuleCodegen<B::Module>)
Tuple Fields of InMemory
0: ModuleCodegen<B::Module>
Auto Trait Implementations
impl<B> RefUnwindSafe for FatLTOInput<B> where
<B as WriteBackendMethods>::Module: RefUnwindSafe,
<B as WriteBackendMethods>::ModuleBuffer: RefUnwindSafe,
impl<B> Send for FatLTOInput<B>
impl<B> Sync for FatLTOInput<B>
impl<B> Unpin for FatLTOInput<B> where
<B as WriteBackendMethods>::Module: Unpin,
<B as WriteBackendMethods>::ModuleBuffer: Unpin,
impl<B> UnwindSafe for FatLTOInput<B> where
<B as WriteBackendMethods>::Module: UnwindSafe,
<B as WriteBackendMethods>::ModuleBuffer: 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.