Struct kurbo::StrokeOpts
source · pub struct StrokeOpts { /* private fields */ }
Expand description
Options for path stroking.
Implementations§
source§impl StrokeOpts
impl StrokeOpts
sourcepub fn opt_level(self, opt_level: StrokeOptLevel) -> Self
pub fn opt_level(self, opt_level: StrokeOptLevel) -> Self
Set optimization level for computing stroke outlines.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrokeOpts
impl RefUnwindSafe for StrokeOpts
impl Send for StrokeOpts
impl Sync for StrokeOpts
impl Unpin for StrokeOpts
impl UnwindSafe for StrokeOpts
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