Struct rustc_trans::back::write::ModuleConfig
[−]
[src]
pub struct ModuleConfig { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (
rustc_private
)Module-specific configuration for optimize_and_codegen
.
Trait Implementations
impl Clone for ModuleConfig
[src]
fn clone(&self) -> ModuleConfig
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