Enum cranelift_codegen::settings::OptLevel [−][src]
pub enum OptLevel {
None,
Speed,
SpeedAndSize,
}Values for shared.opt_level.
Variants
none.
speed.
speed_and_size.
Trait Implementations
impl Copy for OptLevel[src]
impl Eq for OptLevel[src]
impl StructuralEq for OptLevel[src]
impl StructuralPartialEq for OptLevel[src]
Auto Trait Implementations
impl RefUnwindSafe for OptLevel
impl Send for OptLevel
impl Sync for OptLevel
impl Unpin for OptLevel
impl UnwindSafe for OptLevel
Blanket Implementations
impl<T> CallHasher for T where
T: Hash, [src]
impl<T> CallHasher for T where
T: Hash, [src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]