#[repr(u32)]pub enum SkPath1DPathEffect_Style {
    Translate,
    Rotate,
    Morph,
}Variants§
Implementations§
source§impl SkPath1DPathEffect_Style
 
impl SkPath1DPathEffect_Style
pub const LastEnum: SkPath1DPathEffect_Style = SkPath1DPathEffect_Style::Morph
Trait Implementations§
source§impl Clone for SkPath1DPathEffect_Style
 
impl Clone for SkPath1DPathEffect_Style
source§fn clone(&self) -> SkPath1DPathEffect_Style
 
fn clone(&self) -> SkPath1DPathEffect_Style
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 SkPath1DPathEffect_Style
 
impl Debug for SkPath1DPathEffect_Style
source§impl Hash for SkPath1DPathEffect_Style
 
impl Hash for SkPath1DPathEffect_Style
source§impl PartialEq<SkPath1DPathEffect_Style> for SkPath1DPathEffect_Style
 
impl PartialEq<SkPath1DPathEffect_Style> for SkPath1DPathEffect_Style
source§fn eq(&self, other: &SkPath1DPathEffect_Style) -> bool
 
fn eq(&self, other: &SkPath1DPathEffect_Style) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for SkPath1DPathEffect_Style
impl Eq for SkPath1DPathEffect_Style
impl StructuralEq for SkPath1DPathEffect_Style
impl StructuralPartialEq for SkPath1DPathEffect_Style
Auto Trait Implementations§
impl RefUnwindSafe for SkPath1DPathEffect_Style
impl Send for SkPath1DPathEffect_Style
impl Sync for SkPath1DPathEffect_Style
impl Unpin for SkPath1DPathEffect_Style
impl UnwindSafe for SkPath1DPathEffect_Style
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