pub enum PathDrawMode {
Fill(FillRule),
Stroke(StrokeProps),
}Expand description
The draw mode that should be used for a path.
Variants§
Trait Implementations§
Source§impl Clone for PathDrawMode
impl Clone for PathDrawMode
Source§fn clone(&self) -> PathDrawMode
fn clone(&self) -> PathDrawMode
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 moreAuto Trait Implementations§
impl Freeze for PathDrawMode
impl RefUnwindSafe for PathDrawMode
impl Send for PathDrawMode
impl Sync for PathDrawMode
impl Unpin for PathDrawMode
impl UnwindSafe for PathDrawMode
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