pub struct StrokeOpts {
    opt_level: StrokeOptLevel,
}Expand description
Options for path stroking.
Fields§
§opt_level: StrokeOptLevelImplementations§
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§
Source§impl Clone for StrokeOpts
 
impl Clone for StrokeOpts
Source§fn clone(&self) -> StrokeOpts
 
fn clone(&self) -> StrokeOpts
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 StrokeOpts
 
impl Debug for StrokeOpts
Source§impl Default for StrokeOpts
 
impl Default for StrokeOpts
Source§impl PartialEq for StrokeOpts
 
impl PartialEq for StrokeOpts
impl Copy for StrokeOpts
impl StructuralPartialEq for StrokeOpts
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