Enum skia_bindings::SkPathVerb 
source · #[repr(i32)]pub enum SkPathVerb {
    Move,
    Line,
    Quad,
    Conic,
    Cubic,
    Close,
}Variants§
Implementations§
source§impl SkPathVerb
 
impl SkPathVerb
Trait Implementations§
source§impl Clone for SkPathVerb
 
impl Clone for SkPathVerb
source§fn clone(&self) -> SkPathVerb
 
fn clone(&self) -> SkPathVerb
Returns a copy 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 SkPathVerb
 
impl Debug for SkPathVerb
source§impl From<SkPathVerb> for SkPath_Verb
 
impl From<SkPathVerb> for SkPath_Verb
source§fn from(v: SkPathVerb) -> Self
 
fn from(v: SkPathVerb) -> Self
Converts to this type from the input type.
source§impl Hash for SkPathVerb
 
impl Hash for SkPathVerb
source§impl PartialEq<SkPathVerb> for SkPathVerb
 
impl PartialEq<SkPathVerb> for SkPathVerb
source§fn eq(&self, other: &SkPathVerb) -> bool
 
fn eq(&self, other: &SkPathVerb) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for SkPathVerb
impl Eq for SkPathVerb
impl StructuralEq for SkPathVerb
impl StructuralPartialEq for SkPathVerb
Auto Trait Implementations§
impl RefUnwindSafe for SkPathVerb
impl Send for SkPathVerb
impl Sync for SkPathVerb
impl Unpin for SkPathVerb
impl UnwindSafe for SkPathVerb
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