pub enum PathPaintMode {
Fill,
Stroke,
}Variants§
Trait Implementations§
Source§impl Clone for PathPaintMode
impl Clone for PathPaintMode
Source§fn clone(&self) -> PathPaintMode
fn clone(&self) -> PathPaintMode
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 PathPaintMode
impl Debug for PathPaintMode
Source§impl PartialEq for PathPaintMode
impl PartialEq for PathPaintMode
impl Copy for PathPaintMode
impl Eq for PathPaintMode
impl StructuralPartialEq for PathPaintMode
Auto Trait Implementations§
impl Freeze for PathPaintMode
impl RefUnwindSafe for PathPaintMode
impl Send for PathPaintMode
impl Sync for PathPaintMode
impl Unpin for PathPaintMode
impl UnsafeUnpin for PathPaintMode
impl UnwindSafe for PathPaintMode
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