Enum rustc_codegen_ssa::back::write::FatLTOInput
source · [−]pub enum FatLTOInput<B: WriteBackendMethods> {
Serialized {
name: String,
buffer: B::ModuleBuffer,
},
InMemory(ModuleCodegen<B::Module>),
}
Variants
Serialized
InMemory(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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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.