Enum tiny_skia_path::PathVerb
source · pub enum PathVerb {
Move,
Line,
Quad,
Cubic,
Close,
}
Expand description
A path verb.
Variants§
Trait Implementations§
source§impl Ord for PathVerb
impl Ord for PathVerb
source§impl PartialEq for PathVerb
impl PartialEq for PathVerb
source§impl PartialOrd for PathVerb
impl PartialOrd for PathVerb
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for PathVerb
impl Eq for PathVerb
impl StructuralEq for PathVerb
impl StructuralPartialEq for PathVerb
Auto Trait Implementations§
impl RefUnwindSafe for PathVerb
impl Send for PathVerb
impl Sync for PathVerb
impl Unpin for PathVerb
impl UnwindSafe for PathVerb
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