Struct rustc::ty::CrateAnalysis [] [src]

pub struct CrateAnalysis<'a> {
    pub export_map: ExportMap,
    pub access_levels: AccessLevels,
    pub reachable: NodeSet,
    pub name: &'a str,
    pub glob_map: Option<GlobMap>,
}
Unstable (rustc_private)

The complete set of all analyses described in this module. This is produced by the driver and fed to trans and later passes.

Fields

export_map: ExportMap
Unstable (rustc_private)
access_levels: AccessLevels
Unstable (rustc_private)
reachable: NodeSet
Unstable (rustc_private)
name: &'a str
Unstable (rustc_private)
glob_map: Option<GlobMap>
Unstable (rustc_private)

Trait Implementations

Derived Implementations

impl<'a> Clone for CrateAnalysis<'a>
[src]

fn clone(&self) -> CrateAnalysis<'a>

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