Enum AddPathMode
#[repr(u32)]pub enum AddPathMode {
Append = 0,
Extend = 1,
}
Expand description
AddPathMode chooses how add_path()
appends. Adding one Path
to another can extend
the last contour or start a new contour.
Variants§
Trait Implementations§
§impl Clone for SkPath_AddPathMode
impl Clone for SkPath_AddPathMode
§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 more§impl Debug for SkPath_AddPathMode
impl Debug for SkPath_AddPathMode
§impl Hash for SkPath_AddPathMode
impl Hash for SkPath_AddPathMode
§impl PartialEq for SkPath_AddPathMode
impl PartialEq for SkPath_AddPathMode
impl Copy for SkPath_AddPathMode
impl Eq for SkPath_AddPathMode
impl StructuralPartialEq for SkPath_AddPathMode
Auto Trait Implementations§
impl Freeze for SkPath_AddPathMode
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