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