Enum rustc_llvm::RelocMode
[−]
[src]
pub enum RelocMode { RelocDefault, RelocStatic, RelocPIC, RelocDynamicNoPic, }
Unstable (
rustc_private
)Variants
RelocDefault
Unstable (
rustc_private
)RelocStatic
Unstable (
rustc_private
)RelocPIC
Unstable (
rustc_private
)RelocDynamicNoPic
Unstable (
rustc_private
)Trait Implementations
Derived Implementations
impl PartialEq for RelocMode
[src]
fn eq(&self, __arg_0: &RelocMode) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Clone for RelocMode
[src]
fn clone(&self) -> RelocMode
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