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 PartialOrd for PathVerb
impl PartialOrd for PathVerb
impl Copy for PathVerb
impl Eq for PathVerb
impl StructuralPartialEq for PathVerb
Auto Trait Implementations§
impl Freeze for PathVerb
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)