Enum rustc::llvm::RelocModeUnstable [-] [+] [src]

pub enum RelocMode {
    RelocDefault,
    RelocStatic,
    RelocPIC,
    RelocDynamicNoPic,
}

Variants

RelocDefault
RelocStatic
RelocPIC
RelocDynamicNoPic

Trait Implementations

Derived Implementations

impl PartialEq<RelocMode> for RelocMode

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

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

fn ne(&self, &RelocMode) -> bool

impl Copy for RelocMode