Enum cranelift_codegen::settings::Regalloc  [−][src]
pub enum Regalloc {
    Backtracking,
    BacktrackingChecked,
    ExperimentalLinearScan,
    ExperimentalLinearScanChecked,
}Values for shared.regalloc.
Variants
backtracking.
backtracking_checked.
experimental_linear_scan.
experimental_linear_scan_checked.
Trait Implementations
impl Copy for Regalloc[src]
impl Eq for Regalloc[src]
impl StructuralEq for Regalloc[src]
impl StructuralPartialEq for Regalloc[src]
Auto Trait Implementations
impl RefUnwindSafe for Regalloc
impl Send for Regalloc
impl Sync for Regalloc
impl Unpin for Regalloc
impl UnwindSafe for Regalloc
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]