Enum tagua_llvm::engine::OptimizationLevel
[−]
[src]
pub enum OptimizationLevel { NoOptimizations, Level1, Level2, Level3, }
Variants
NoOptimizations
Level1
Level2
Level3
Trait Implementations
impl Clone for OptimizationLevel
[src]
fn clone(&self) -> OptimizationLevel
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