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