Enum llvm_build_utils::Relocations [] [src]

#[repr(C)]
pub enum Relocations { Default, Static, PIC, DynamicNoPic, }

Relocation mode

This option decides how relocations are handled.

Variants

Target default relocation model

Non-relocatable code

Fully relocatable, position independent code

Relocatable external references, non-relocatable code

Trait Implementations

impl Copy for Relocations
[src]

impl Clone for Relocations
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Relocations
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Relocations
[src]

Formats the value using the given formatter.