Enum regalloc::AlgorithmWithDefaults [−][src]
pub enum AlgorithmWithDefaults {
Backtracking,
LinearScan,
}
Expand description
A choice of register allocation algorithm to run.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AlgorithmWithDefaults
impl Send for AlgorithmWithDefaults
impl Sync for AlgorithmWithDefaults
impl Unpin for AlgorithmWithDefaults
impl UnwindSafe for AlgorithmWithDefaults
Blanket Implementations
Mutably borrows from an owned value. Read more