Struct rustc_trans::trans::ModuleTranslationUnstable [-] [+] [src]

pub struct ModuleTranslation {
    pub llcx: ContextRef,
    pub llmod: ModuleRef,
}

Fields

llcx
llmod

Trait Implementations

impl Send for ModuleTranslation

impl Sync for ModuleTranslation

Derived Implementations

impl Clone for ModuleTranslation

fn clone(&self) -> ModuleTranslation

fn clone_from(&mut self, source: &Self)

impl Copy for ModuleTranslation