Enum Style
#[repr(u32)]pub enum Style {
Translate = 0,
Rotate = 1,
Morph = 2,
}
Variants§
Implementations§
§impl SkPath1DPathEffect_Style
impl SkPath1DPathEffect_Style
pub const LastEnum: SkPath1DPathEffect_Style = SkPath1DPathEffect_Style::Morph
Trait Implementations§
§impl Clone for SkPath1DPathEffect_Style
impl Clone for SkPath1DPathEffect_Style
§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 more§impl Debug for SkPath1DPathEffect_Style
impl Debug for SkPath1DPathEffect_Style
§impl Hash for SkPath1DPathEffect_Style
impl Hash for SkPath1DPathEffect_Style
§impl PartialEq for SkPath1DPathEffect_Style
impl PartialEq for SkPath1DPathEffect_Style
impl Copy for SkPath1DPathEffect_Style
impl Eq for SkPath1DPathEffect_Style
impl StructuralPartialEq for SkPath1DPathEffect_Style
Auto Trait Implementations§
impl Freeze for SkPath1DPathEffect_Style
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