Enum freya_engine::prelude::PathDirection
#[repr(i32)]pub enum PathDirection {
CW = 0,
CCW = 1,
}
Variants§
Trait Implementations§
§impl Clone for SkPathDirection
impl Clone for SkPathDirection
§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 more§impl Debug for SkPathDirection
impl Debug for SkPathDirection
§impl Default for SkPathDirection
impl Default for SkPathDirection
§fn default() -> SkPathDirection
fn default() -> SkPathDirection
Returns the “default value” for a type. Read more
§impl Hash for SkPathDirection
impl Hash for SkPathDirection
§impl PartialEq for SkPathDirection
impl PartialEq for SkPathDirection
impl Copy for SkPathDirection
impl Eq for SkPathDirection
impl StructuralPartialEq for SkPathDirection
Auto Trait Implementations§
impl Freeze for SkPathDirection
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)