Enum rustc_codegen_ssa::back::write::FatLtoInput
source · pub enum FatLtoInput<B: WriteBackendMethods> {
Serialized {
name: String,
buffer: B::ModuleBuffer,
},
InMemory(ModuleCodegen<B::Module>),
}
Variants§
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§
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
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.