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