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