Struct rustc::driver::config::Config[src]

pub struct Config {
    pub os: Os,
    pub arch: Architecture,
    pub target_strs: t,
    pub int_type: IntTy,
    pub uint_type: UintTy,
}

Fields

os
arch
target_strs
int_type
uint_type