Enum rustc_typeck::session::config::OutputTypeUnstable [-] [+] [src]

pub enum OutputType {
    OutputTypeBitcode,
    OutputTypeAssembly,
    OutputTypeLlvmAssembly,
    OutputTypeObject,
    OutputTypeExe,
    OutputTypeDepInfo,
}

Variants

OutputTypeBitcode
OutputTypeAssembly
OutputTypeLlvmAssembly
OutputTypeObject
OutputTypeExe
OutputTypeDepInfo

Trait Implementations

Derived Implementations

impl Eq for OutputType

impl Ord for OutputType

fn cmp(&self, __arg_0: &OutputType) -> Ordering

impl PartialOrd<OutputType> for OutputType

fn partial_cmp(&self, __arg_0: &OutputType) -> Option<Ordering>

fn lt(&self, __arg_0: &OutputType) -> bool

fn le(&self, __arg_0: &OutputType) -> bool

fn gt(&self, __arg_0: &OutputType) -> bool

fn ge(&self, __arg_0: &OutputType) -> bool

impl PartialEq<OutputType> for OutputType

fn eq(&self, __arg_0: &OutputType) -> bool

fn ne(&self, __arg_0: &OutputType) -> bool

impl Copy for OutputType

impl Clone for OutputType

fn clone(&self) -> OutputType

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