Struct rustc_trans::ModuleTranslation
[−]
[src]
pub struct ModuleTranslation {
pub llcx: ContextRef,
pub llmod: ModuleRef,
}Unstable (
rustc_private)Fields
llcx: ContextRef
Unstable (
rustc_private)llmod: ModuleRef
Unstable (
rustc_private)Trait Implementations
impl Send for ModuleTranslation[src]
impl Sync for ModuleTranslation[src]
Derived Implementations
impl Clone for ModuleTranslation[src]
fn clone(&self) -> ModuleTranslation
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