Enum kurbo::simplify::SimplifyOptLevel
source · pub enum SimplifyOptLevel {
Subdivide,
Optimize,
}
Expand description
Optimization level for simplification.
Variants§
Auto Trait Implementations§
impl Freeze for SimplifyOptLevel
impl RefUnwindSafe for SimplifyOptLevel
impl Send for SimplifyOptLevel
impl Sync for SimplifyOptLevel
impl Unpin for SimplifyOptLevel
impl UnwindSafe for SimplifyOptLevel
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