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