pub enum StrokeOptLevel {
Subdivide,
Optimized,
}
Expand description
Optimization level for computing
Variants§
Subdivide
Adaptively subdivide segments in half.
Optimized
Compute optimized subdivision points to minimize error.
Auto Trait Implementations§
impl Freeze for StrokeOptLevel
impl RefUnwindSafe for StrokeOptLevel
impl Send for StrokeOptLevel
impl Sync for StrokeOptLevel
impl Unpin for StrokeOptLevel
impl UnwindSafe for StrokeOptLevel
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