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
Other
🔬 This is a nightly-only experimental API. (
rustc_private
)None
🔬 This is a nightly-only experimental API. (
rustc_private
)Less
🔬 This is a nightly-only experimental API. (
rustc_private
)Default
🔬 This is a nightly-only experimental API. (
rustc_private
)Aggressive
🔬 This is a nightly-only experimental API. (
rustc_private
)Trait Implementations
impl Copy for CodeGenOptLevel
[src]
impl Clone for CodeGenOptLevel
[src]
fn clone(&self) -> CodeGenOptLevel
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