#[repr(u32)]pub enum GreedySimplifyRegionLevel {
Disabled = 0,
Normal = 1,
Aggressive = 2,
}Expand description
Region simplification level for the greedy rewrite driver.
Variants§
Trait Implementations§
Source§impl Clone for GreedySimplifyRegionLevel
impl Clone for GreedySimplifyRegionLevel
Source§fn clone(&self) -> GreedySimplifyRegionLevel
fn clone(&self) -> GreedySimplifyRegionLevel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GreedySimplifyRegionLevel
impl Debug for GreedySimplifyRegionLevel
impl Copy for GreedySimplifyRegionLevel
impl Eq for GreedySimplifyRegionLevel
impl StructuralPartialEq for GreedySimplifyRegionLevel
Auto Trait Implementations§
impl Freeze for GreedySimplifyRegionLevel
impl RefUnwindSafe for GreedySimplifyRegionLevel
impl Send for GreedySimplifyRegionLevel
impl Sync for GreedySimplifyRegionLevel
impl Unpin for GreedySimplifyRegionLevel
impl UnwindSafe for GreedySimplifyRegionLevel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more