Enum rustc_llvm::ffi::CodeGenOptLevel [] [src]

#[repr(C)]
pub enum CodeGenOptLevel { Other, None, Less, Default, Aggressive, }
🔬 This is a nightly-only experimental API. (rustc_private)

LLVMRustCodeGenOptLevel

Variants

🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)
🔬 This is a nightly-only experimental API. (rustc_private)

Trait Implementations

impl Copy for CodeGenOptLevel
[src]

impl Clone for CodeGenOptLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CodeGenOptLevel
[src]

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

This method tests for !=.