Struct rustc_back::rpath::RPathConfigUnstable [-] [+] [src]

pub struct RPathConfig<F, G> where F: FnOnce() -> Path, G: FnMut(&Path) -> Result<Path, IoError> {
    pub used_crates: Vec<(CrateNum, Option<Path>)>,
    pub out_filename: Path,
    pub is_like_osx: bool,
    pub has_rpath: bool,
    pub get_install_prefix_lib_path: F,
    pub realpath: G,
}

Fields

used_crates
out_filename
is_like_osx
has_rpath
get_install_prefix_lib_path
realpath