Enum rustc_trans::ModuleSource
[−]
[src]
pub enum ModuleSource { Preexisting(WorkProduct), Translated(ModuleLlvm), }
🔬 This is a nightly-only experimental API. (
rustc_private
)Variants
Preexisting(WorkProduct)
🔬 This is a nightly-only experimental API. (
rustc_private
)Copy the .o
files or whatever from the incr. comp. directory.
Translated(ModuleLlvm)
🔬 This is a nightly-only experimental API. (
rustc_private
)Rebuild from this LLVM module.
Trait Implementations
impl Clone for ModuleSource
[src]
fn clone(&self) -> ModuleSource
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more